SketchBook

function setup(){
createCanvas(700,700);
}

function draw(){
background(51,51,102)


fill(142,130,139);
rect(140,200,290,800);

rect(160,300,40,40);
fill(240,230,140);
noStroke
rect(160,300,40,40);
rect(230,300,40,40);
rect(230,230,40,40);
rect(370,300,40,40);
rect(290,370,40,40);
rect(370,440,40,40);
rect(290,560,40,40);
rect(200,650,170,80)



rect(300,100,100,300);
fill(205,92,92);
stroke(218,165,32,random(30,500));
frameRate(3);
strokeWeight(6);

ellipse(350,100,60);
fill(205,92,92)
stroke(218,165,32,random(30,500));
frameRate(3);
strokeWeight(6);

rect(300,100,100,300)
noStroke();

ellipse(350,100,54)
noStroke();



fill(169,169,169);
noStroke();
rect(70,400,140,400);
fill(255,250,205)
noStroke();
rect(90,420,20,30)
rect(130,420,20,30)
rect(170,480,20,30)
rect(170,540,20,30)
rect(90,540,20,30)
rect(90,600,20,30)
rect(100,665,80,50)


fill(255,215,0);
noStroke();
ellipse(550,150,150);

fill(51,51,102);
noStroke();
ellipse(500,120,150)

fill(0,0,0)
noStroke();
rect(576,0,3,78)
rect(240,360,55,10)
rect(240,140,55,10)





fill(128,128,128)
noStroke();
rect(235,50,20,650)







}