Closed codingbootcampseu closed 3 years ago
Start with a new p5 sketch.
Hints
if statements are written like that.
if
if(diameter < 20) { // do this } else { // do that }
let randomX = mouseX + random(-20,20);
Example Solution
Ganz lustig, die Kreise scheinen zu leben
Start with a new p5 sketch.
Hints
if
statements are written like that.Example Solution