Exercise 2
(Artist Statement) In Exercise 2, I focused on refining user interactivity and dynamic visuals. I implemented toggling color schemes using keyboard inputs and explored conditional logic through 'if' statements to modify visual behavior. Movement of the mouse influenced color values and randomized shapes, while keyboard controls activated a visual 'snake' element. The project also included an embedded logic that transformed on-screen elements based on simultaneous inputs. This piece pushed my understanding of input-driven interactions and procedural responsiveness.
WASD also controls a picture of a snake, using a custom function named ‘keyChoice.’ This snake moves on a grid. Lastly the moving text that says “SNAKE” uses an if statement in which the mouse and key being pressed at the same time will change the text to “HORSE” as well as the picture on the top left corner.