This project implements a simple Simon game using JavaScript, jQuery, HTML, and CSS. The Simon game is a memory skill game that challenges players to remember sequences of colors and sounds.
Link to access the game: https://sandeepedara001.github.io/Simon-Game/
- Dynamically generated sequences of colors.
- Sound feedback for each color.
- Visual feedback for user interactions.
- Progressive difficulty with each level.
- Restart capability after a game over.
To get a local copy up and running, simply clone this repository and open the index.html
file in a modern web browser.
- The game presents a sequence of colors with corresponding sounds, starting with one color and gradually increasing in length.
- The player must replicate the sequence by clicking on the colored buttons in the order shown.
- If the player succeeds, the game progresses to the next level with an additional step in the sequence.
- If the player fails to reproduce the sequence correctly, the game displays a "Game Over" message and allows for a restart.
- HTML
- CSS
- JavaScript
- jQuery
This game was developed with a focus on clean, readable, and modular code. Feel free to explore the source code to understand the implementation details.
Enjoy the game and challenge your memory!