Week 2
animation experiment
fastest non moving speed

.004 inches per second
.00002 miles per hour
Download Source Code Here
fastest still perceptible speed

11.9 inches per second
0.7 miles per hour
Download Source Code Here
click to change pta and ptb
shaper controls something else besides position
I decided to have my shape float between random points. When it gets to posa, posb becomes random and vice versa. The shaper is controlling the color fading between random RGB values. The shaper is also controlling the radius of the circle, which is based on the ofGetTimeElapsed function. So the longer the sketch runs the larger the circle will be.

Download Source Code Here
multiple xenos
multiple xenos trails
P-Comp :: Arduino Simon Says
Building this was a lot of fun. I really enjoyed figuring out how everything should connect to each other, and it was extremely gratifying to press the buttons and watch the LEDs light up.
The second part of this assignment proved to be more difficult. I spent about a day and a half trying to program Simon Says from scratch. I was able to get the basic functionality, but in the end I could not get it to play right. However my dysfunctional source code is available here for download.
I was able to find an online reference to an existing Simon Says game on an Arduino. I used this as a reference to see what was wrong with my code, and I found that I had generally set it up pretty similarly. But after being terribly frustrated with my broken game, I decided to take this source code and play around with it. I changed all the variable and function names. I also broke it down a bit and created many of my own functions. So with the help of some online code you can download my Simon Says Game here.
And for the video:










