FACE GENERATOR
Design Process.
I started the face generation by drawing what I wanted it to look like first --knowing I wanted to include rotation by the mouse direction and some element getting bigger and smaller.
Next, I started making the basic shapes for the face, 3 spheres and an arc. From there, I wasn't sure about how to implement mouse pressed or key pressed since they require a new function, but after I learned how to use both of these lines of code, I smoothly added it to the face idea that I had already created by using it to randomly change the color of the face and background.
Discoveries
Through this form, I learned how the mouse X and Y direction can create an interesting image, and when colors are implemented into the project, you can convey different ideas.