size(200,200);
background(255);

for(int x=0; x<200; x=x+2) 
{
  line(x,0,random(200),200); 
}
 

code

tweaks (0)

about this sketch

This sketch is running in HTML5 using Processingjs.

license

advertisement


JiNa Jang

ex-?

Add to Faves Me Likey@!
You must login/register to add this sketch to your favorites.

You need to login/register to comment.