Emily:

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1f88ccff-83b7-4ae7-97ae-fbb3de03bc1e/Untitled_Artwork.gif

code generates random colored concentric circles (see example)

add white background color

create random number variable between 0 and width of canvas (but should be aligned in a perfect and even row)

create random number variable between 0 and height of canvas (also should be aligned in a perfect and even column)

create random number variable between 0 and 255 for random r, g, & b color (the outermost ring of circle)

create random number variable between 0 and 255 for random r, g, & b color (the second ring of circle)

create random number variable between 0 and 255 for random r, g, & bcolor (the third ring of circle)

create random number variable between 0 and 255 for random r, g, & b color (the center of circle)

set fill color using randomized r, g, & b variables

create ellipse for each ring (approx. 80 for outermost, 60 for second, 40 for third, 20 for center) at position of x and y variables

(each set of randomized layers of concentric circles would however have to share the same center point)

Congyuan:

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/d532185c-4ba7-456d-a396-0c53e5aed5bf/1000px-Ksztalty_lisci_2b.svg_.png

Reference:

  1. Coding Challenge #60: Butterfly Generator:https://www.youtube.com/watch?v=O_0fRV4MTZo&list=PLRqwX-V7Uu6bgPNQAdxQZpJuJCjeOr7VD&index=10
  2. Perlin Noise: https://www.youtube.com/watch?v=BjoM9oKOAKY&list=PLRqwX-V7Uu6bgPNQAdxQZpJuJCjeOr7VD&index=6