Movement
Last week, I introduced interaction in my processing code. Here’s where the fun begins! We walked through this code with the class that basically maps the lines to give them shape (curves) and the “mouse pressed” command makes the colors of the lines change when a user clicks on the image:

Here is the end result, and when I run this code in processing, the lines move in a wave motion across the screen, and on my mouse click, change colors:



I’d like to eventually create an interactive and visually stimulating game that would be simple and therapeutic to users.