/* built with Studio Sketchpad: * https://sketchpad.cc * * observe the evolution of this sketch: * https://bard117s14.sketchpad.cc/sp/pad/view/ro.vzp5ZwtDDiy/rev.7 * * authors: * * * Zoe Azulay * Lauren Harris * Stefanie Walker * Katie * * Keith O'Hara * keith mackie * license (unless otherwise specified): * creative commons attribution-share alike 3.0 license. * https://creativecommons.org/licenses/by-sa/3.0/ */ size(600,600); background(255); fill(187,201,250); stroke(0); strokeWeight(7); rect(40, 450,500,30); fill(250,246,169); stroke(0); strokeWeight(7); ellipse(200,300,190,200); ellipse(400,300,190,200); stroke(0); strokeWeight(7); line(60,450,60,480); line(180,450,180,480); line(200,450,200,480); line(80,450,80,480); line(100,450,100,480); line(220,450,220,480); line(120,450,120,480); line(240,450,240,480); line(140,450,140,480); line(260,450,260,480); line(160,450,160,480); line(280,450,280,480); line(300,450,300,480); line(320,450,320,480); line(340,450,340,480); line(360,450,360,480); line(380,450,380,480); line(400,450,400,480); line(420,450,420,480); line(440,450,440,480); line(460,450,460,480); line(480,450,480,480); line(500,450,500,480); line(520,450,520,480); stroke(0); strokeWeight(5); point(260,300); point(340,300); point(250,300); point(350,300); point(350,290); point(340,290); point(260,290); point(250,290); strokeWeight(15); line(150,150,300,250); line(300,250,450,150); fill(255,0,0); strokeWeight(4); ellipse(40,400,30,30); ellipse(560,400,30,30); fill(0); rect(0,0,600,100);