This is a simple Simon game implemented using HTML, CSS, and JavaScript. The game follows the rules of the original Simon game, where the player must repeat a sequence of colors played by the game.
To run this game locally, you can simply clone this repository and open the index.html
file in a web browser.
- Press any random key to begin the game.
- The game will generate a random sequence of colors.
- The player must repeat the sequence of colors played by the game.
- If the player correctly repeats the sequence, the game will continue with a new sequence.
- If the player makes an error, the game is over and can restart if needed.
If you would like to contribute to this project, please open a pull request with your changes.
- Thanks to the creators of the original Simon game for inspiring this project.
- Thanks to Angela Yu and the Web Dev Bootcamp for this project idea.