Play Simon Game here: https://preethi-sv.github.io/Simon-Game-Challenge
Simon is an electronic game of memory skill. The device creates a series of tones and lights and requires a user to repeat the sequence. If the user succeeds, the series becomes progressively longer and more complex. Once the user fails or the time limit runs out, the game is over.
🔵 🔴 🟡 🟢
At each level, Simon game device chooses any random key to continue the sequence.
The game goes as follows:
Simon Plays: 🔵 Blue
Player should play: 🔵 Blue
Simon Plays: 🔵 Blue, 🔴 Red
Player should play: 🔵 Blue, 🔴 Red
Simon Plays: 🔵 Blue, 🔴 Red, 🟡 Yellow
Player should play: 🔵 Blue, 🔴 Red, 🟡 Yellow
and goes on.
Inorder to make things even more better, our game will only play the new key of the sequence.
Our game goes as follows:
Simon Plays: 🔵 Blue
Player should play: 🔵 Blue
Simon Plays: 🔴 Red
Player should play: 🔵 Blue, 🔴 Red
Simon Plays: 🟡 Yellow
Player should play: 🔵 Blue, 🔴 Red, 🟡 Yellow
and goes on.
If at any point player fails to press the keys in exact sequence, the game is over.
🔵 🔴 🟡 🟢