Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Created August 31, 2017 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/261b0a87446846abd643d33c540fc6e9 to your computer and use it in GitHub Desktop.
Save anonymous/261b0a87446846abd643d33c540fc6e9 to your computer and use it in GitHub Desktop.
void hello(float z, float b){
noStroke();
for (int x = 200; x <600; x=x+10);
for (int y= 200; y <600; y=y+10);
ellipse(z,b,200,200);
fill(random(0,255),30);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment