Processing Code
println("#04");
size(500,500);
background(249,158,158);
println("1. Square");
noStroke();
fill(249,218,185);
rect(0,0,50,50);
println("2. Square");
noStroke();
fill(251,176,135);
rect(50,50,50,50);
println("3. Square");
noStroke();
fill(249,218,185);
rect(100,100,50,50);
println("4. Square");
noStroke();
fill(251,176,135);
rect(150,150,50,50);
println("5. Square");
noStroke();
fill(249,218,185);
rect(200,200,50,50);
println("6. Square");
noStroke();
fill(251,176,135);
rect(250,250,50,50);
println("7. Square");
noStroke();
fill(249,218,185);
rect(300,300,50,50);
println("8. Square");
noStroke();
fill(251,176,135);
rect(350,350,50,50);
println("9. Square");
noStroke();
fill(249,218,185);
rect(400,400,50,50);
println("10. Square");
noStroke();
fill(251,176,135);
rect(450,450,50,50);
println("11. Square");
noStroke();
fill(199,178,201);
rect(100,0,50,50);
println("12. Square");
noStroke();
fill(249,218,185);
rect(200,0,50,50);
println("13. Square");
noStroke();
fill(199,178,201);
rect(300,0,50,50);
println("14. Square");
noStroke();
fill(249,218,185);
rect(400,0,50,50);
println("15. Square");
noStroke();
fill(217,191,220);
rect(150,50,50,50);
println("16. Square");
noStroke();
fill(251,176,135);
rect(250,50,50,50);
println("17. Square");
noStroke();
fill(217,191,220);
rect(350,50,50,50);
println("18. Square");
noStroke();
fill(251,176,135);
rect(450,50,50,50);
println("19. Square");
noStroke();
fill(199,178,201);
rect(0,100,50,50);
println("20. Square");
noStroke();
fill(199,178,201);
rect(200,100,50,50);
println("21. Square");
noStroke();
fill(249,218,185);
rect(300,100,50,50);
println("22. Square");
noStroke();
fill(199,178,201);
rect(400,100,50,50);
println("23. Square");
noStroke();
fill(217,191,220);
rect(50,150,50,50);
println("24. Square");
noStroke();
fill(217,191,220);
rect(250,150,50,50);
println("25. Square");
noStroke();
fill(251,176,135);
rect(350,150,50,50);
println("26. Square");
noStroke();
fill(217,191,220);
rect(450,150,50,50);
println("27. Square");
noStroke();
fill(249,218,185);
rect(0,200,50,50);
println("28. Square");
noStroke();
fill(199,178,201);
rect(100,200,50,50);
println("29. Square");
noStroke();
fill(199,178,201);
rect(300,200,50,50);
println("30. Square");
noStroke();
fill(249,218,185);
rect(400,200,50,50);
println("31. Square");
noStroke();
fill(251,176,135);
rect(50,250,50,50);
println("32. Square");
noStroke();
fill(217,191,220);
rect(150,250,50,50);
println("33. Square");
noStroke();
fill(217,191,220);
rect(350,250,50,50);
println("34. Square");
noStroke();
fill(251,176,135);
rect(450,250,50,50);
println("35. Square");
noStroke();
fill(199,178,201);
rect(0,300,50,50);
println("36. Square");
noStroke();
fill(249,218,185);
rect(100,300,50,50);
println("37. Square");
noStroke();
fill(199,178,201);
rect(200,300,50,50);
println("38. Square");
noStroke();
fill(199,178,201);
rect(400,300,50,50);
println("39. Square");
noStroke();
fill(217,191,220);
rect(50,350,50,50);
println("40. Square");
noStroke();
fill(251,176,135);
rect(150,350,50,50);
println("41. Square");
noStroke();
fill(217,191,220);
rect(250,350,50,50);
println("42. Square");
noStroke();
fill(217,191,220);
rect(450,350,50,50);
println("43. Square");
noStroke();
fill(249,218,185);
rect(0,400,50,50);
println("44. Square");
noStroke();
fill(199,178,201);
rect(100,400,50,50);
println("45. Square");
noStroke();
fill(249,218,185);
rect(200,400,50,50);
println("46. Square");
noStroke();
fill(199,178,201);
rect(300,400,50,50);
println("47. Square");
noStroke();
fill(251,176,135);
rect(50,450,50,50);
println("48. Square");
noStroke();
fill(217,191,220);
rect(150,450,50,50);
println("49. Square");
noStroke();
fill(251,176,135);
rect(250,450,50,50);
println("50. Square");
noStroke();
fill(217,191,220);
rect(350,450,50,50);
save("04-drawing.png");