SzabiSch / bootcamp-schedule

0 stars 0 forks source link

Intro to Programming with P5: Fire Brush #55

Closed codingbootcampseu closed 3 years ago

codingbootcampseu commented 3 years ago

Start with a new p5 sketch.

Hints

if statements are written like that.

if(diameter < 20) {
  // do this
} else {
  // do that
}
let randomX = mouseX + random(-20,20);

Example Solution

SzabiSch commented 3 years ago

Ganz lustig, die Kreise scheinen zu leben