Exercise 05


// animation
// white lines on black background
// the lines begin on the left border and end on the right border

void draw() {
  background(0,10);
  stroke(255);
  line(0,random(100), 99,random(100));
}

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *