Simone is a game for the Mignonette based upon the classic game Simon by Milton Bradley.
A series of arrows appear on the Mignonette display which the player must repeat by using the four buttons on the Mignonette hardware. The game continues until a pattern is missed (or I'd imagine it will also stop if the program runs out of memory.)
Features
- Three different colors of LEDs!
- Totally rad music and sound effects!
- Big numbers to display your score when you lose!
Gameplay
Check out this crazy awesome video of the game in action!
Download
Installation
Unzip the file. Open up the makefile and update line 42 with the appropriate
programmer. Once that is done, attach the Mignonette and run make program.
When I wrote this game, I hadn't used C in over 5 years, nor had I ever done any sort of microcontroller programming. I relearned C, reverse-engineering the "Munch" game, and then programmed Simone (with all of those sweet features listed above) in about 3 hours. So, I wouldn't base anything off of my source code.