Description
This page is generated from the Processing project folder at /2016/QUIZZES/Q-06 Processing 1/Quiz_06_Mission_03/Quiz_06_Mission_03.pde.
Archive
No companion assets were found in this sketch folder.
void setup() {
size(400,300);
background(#ABDDE5);
}
void draw() {
fill(#);
ellipse(200,150,100,100);
fill(#F23D3D);
rect(160,110,80,80);
} This page is generated from the Processing project folder at /2016/QUIZZES/Q-06 Processing 1/Quiz_06_Mission_03/Quiz_06_Mission_03.pde.
No companion assets were found in this sketch folder.