simran chodavarapu
**SWEET WHEEL OF DEATH -**
(*This is the title because it looks like an alluring candy land blackhole*)
For my final I decided to dive into the second half semester regarding pixels involving multiple interactions…
Code: https://editor.p5js.org/sparkles555/sketches/G9-brkYHH
Different design iterations →




INTERACTIONS:
- where the mouse is placed on the window directly impacts the size of the white ellipses around it
- when clicking on the mouse the SIZE variable is randomized in size and placement
- when clicking on the mouse the spinning colorful ellipse’s change speed creating new abstracts
How did "coding" this project help you understand what you were doing in a different way?
- Coding this project really made me realize that now I can finally understand the meaning of the code I am writing. I can differentiate from each parts of the code like telling the difference between an arm and a leg of a human body . What really helped me was that we always had to describe with / / the comment feature about what the code is doing.
What intrigued me the most was the push and pop functions.

