The Simon Game is a classic memory game that tests your ability to remember and repeat a sequence of colors and sounds. This version of the game was built using HTML, CSS, and JavaScript, and features up to 20 levels of increasing difficulty.
This game was built using HTML, CSS, and JavaScript. The game logic is implemented using jQuery.
- Watch and listen carefully as the game plays a sequence of colors and sounds.
- Repeat the sequence by clicking on the colored buttons in the correct order.
- If you get the sequence right, the game will play another sequence, this time with one extra color and sound.
- Keep repeating the sequences correctly to advance through the levels.
- If you make a mistake, the game will end and you'll have to start over from the beginning.
You can play the game online here : (https://babunshil.github.io/Simon-Game/).
To run this game locally, clone this repository and open the index.html
file in your browser.
If you'd like to contribute to this project, please create a pull request or open an issue.