Simon Says Game
Simon Says Game
Using the hardware from my PiHut Advent calendar and WaveShare Kit, I was determined to recreate a childhood classic game "Simon Says" -or as I had, "Vtech Wizard, The electronic fun memory machine - and programme it myself with as little help as possible!
While I am comfortable with writing Python code, there was a lot of learning around integrating hardware using GPIO pins, understanding LED matrix lists and much more!
Over 3 days, I was able to create and refine the code used for the game.
I still have a long way to go with refining code - I need to reteach myself list comprehension which I know will further reduce the code, but I'm pleased overall with my finished product!