A classic Simon memory game built using JavaScript and jQuery.
The game generates a random color sequence that increases in length each level.
Players must repeat the sequence in the correct order to advance.
- Random color sequence generation
- Step-by-step user input validation
- Level progression
- Button animations and sound effects
- Game over and restart logic
- HTML
- CSS
- JavaScript
- jQuery
- Press any key to start the game
- Watch the color sequence
- Repeat the sequence by clicking the buttons
- Each level adds one new color
- One mistake ends the game
. ├── index.html ├── style.css ├── script.js ├── sounds/ └── README.md
yaml Copy code
This project was created as a JavaScript practice project to understand event handling, arrays, and game logic.
This project is open for learning and practice purposes.