Update

Over the past week in CC101, I created three variations of a simple bouncing ellipse program. The first one I made would change to a random color if the mouse was clicked and could be controlled using the keyboard. Next, after learning how to use matrices, I made a program with multiple bouncy balls. Today, I wanted to make one using a function, but decided to just make use of arrays again. This resulted in the creation of a program with one ellipse and multiple lines for it to bounce off of (http://openprocessing.org/visuals/?visualID=32910). We also tried incorporating libraries from Processing into our programs, but I had at best limited success…