Fun project, helpful maker
For little_simon
The previous version of the instructions left a few things out. It's probably a testament to how easy this project is that none of the other builders seemed to notice until I had my kids making the project following the instructions. Peter updated the documentation with the fixes to handle the update.
I departed from the instructions by using electrical tape rather than hot glue to connect the battery case to the circuit board to make it easier to pull apart for any modifications later. Works well.
Also, one of my kids seems to have killed two of the LEDs in her kit, probably by overheating, so Peter kindly sent replacements with my next order. Thanks! ☺
Update 17 June 2014: I implemented multi-level game play with the original simon levels (sequences of 8, 14, 20, and 31 items) and sent a pull request: https://github.com/petercriddell/little_simon/pull/1 which also contains a few optional features like a silent mode and the ability to choose a starting level.
Update 17 February 2015: I implemented an optional, disabled by default "cheat mode" where any key is accepted. My daughter, who doesn't particularly need it (she's better at the game than I am) asked for it and finds it hilarious. Works with silent mode. https://github.com/petercriddell/little_simon/pull/2 (I have been reprogramming the processor so many times I'm starting to wish for pads for an optional ICSP header.)
Update 18 Feburary 2015: I implemented arbitrary levels, so for example a version could be built for a younger child that has seven levels, with sequence lengths 2, 3, 4, 5, 6, 7, and 8. Also improved gameplay with longer sequences. https://github.com/petercriddell/little_simon/pull/3