Simon Memory Game

The Simon Memory Game on a Nexys 3 FPGA board

The Simon Memory Game tests a person’s ability to remember a sequence. I implemented this game with my lab partners two different ways (difficult and easy mode). Easy mode is your stereotypical game where n LED blinks at n rounds (ex. 1 LED for round 1, 2 LEDs for round 2). The sequence builds off of the previous round. The game shows the player the sequence of lights once and the player flips the corresponding swiches in that order. Once a mistake is made or the timer runs out, the game is over!

The difficult mode is similar, except that the sequence does not build off the previous round. Instead a new sequence is generated every time.