/* built with Studio Sketchpad:
* https://sketchpad.cc
*
* observe the evolution of this sketch:
* https://designuniandes.sketchpad.cc/sp/pad/view/ro.sE2n4KlC43v/rev.2
*
* authors:
* Maria Juliana Villabona
* license (unless otherwise specified):
* creative commons attribution-share alike 3.0 license.
* https://creativecommons.org/licenses/by-sa/3.0/
*/
size(240,390);
background(0);
int x=10;
int y=0;
int ancho=50;
int alto=10;
//blanco, izquierda//
noStroke();
for(int i=0; i<8; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}
fill(255,111,130);
x=0;
y=10;
ancho=40;
for(int i=0; i<7; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}
x=0;
y=0;
ancho=10;
for(int i=0; i<8; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}
x=60;
y=0;
ancho=120;
for(int i=0; i<8; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}
//cubo arriba fucsiano//
rect(60,20,80,80);
rect(180,0,50,10);
x=180;
y=10;
ancho=30;
for(int i=0; i<7; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}
//blanco cuadrados arriba derecha//
fill(255);
x=160;
y=10;
ancho=10;
for(int i=0; i<9; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}
x=230;
y=0;
ancho=10;
for(int i=0; i<8; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}
x=0;
y=160;
ancho=240;
for(int i=0; i<6; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}
x=100;
y=150;
ancho=40;
for(int i=0; i<2; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}
//cuadrado derecha blanco centro//
x=180;
y=150;
ancho=30;
for(int i=0; i<13; i=i+1){
rect(x,y,ancho,alto);
y=y+10;
}
x=100;
y=190;
ancho=80;
for(int i=0; i<5; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}
//cuadraditos blancos centro izquierda//
x=70;
y=170;
ancho=10;
for(int i=0; i<5; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}
x=80;
y=280;
ancho=20;
for(int i=0; i<5; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}
rect(90,380,120,10);
rect(0,360,100,10);
//fucsia mitad centro izquierda//
fill(255,111,130);
x=10;
y=160;
ancho=50;
for(int i=0; i<4; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}
x=100;
y=160;
ancho=80;
for(int i=0; i<6; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}
x=210;
y=150;
ancho=30;
for(int i=0; i<6; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}
x=210;
y=270;
ancho=30;
for(int i=0; i<12; i=i+1){
rect(x,y,ancho,alto);
y=y+10;
}
x=0;
y=280;
ancho=60;
for(int i=0; i<4; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}
//cuadraditos fucsias//
x=70;
y=270;
ancho=10;
for(int i=0; i<5; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}
rect(0,380,100,10);
x=140;
y=290;
ancho=50;
for(int i=0; i<5; i=i+1){
rect(x,y,ancho,alto);
y=y+20;
}