This is a full working implementation of the classic SIMON console game, where the user has to repeat back the sequence that the device has played.
[The code running on the video is Version 1, I have since updated the code to Version 2 on 19th October 2009, which includes additional game mode, sound options and game over correct sequence playback, see my website for more details.]
This was built using the Arduino Duemilanove, a 16x2 LCD, and a small speaker ripped from an old broken phone.
The full schematics and code are available on my website at http://www.dave-auld.net/ under the Arduino Platform section.
The video shows the game being played from power up, through to level 4, where I get the move wrong to take the code through the game over sequence and back to the start ready for the next game.
No this was the first implementation, and used a random pattern generator.
The code available on my website has both progressive and random modes.
I just need to update the video to the latest version!
daveauld 2 years ago
It doesn't build off of the previous pattern? :( Otherwise, not bad :D!
Tchnclfl 2 years ago