A classic Simon Game built using HTML, CSS, jQuery, and JavaScript. Test your memory by repeating an increasingly complex sequence of colored button presses!
- Interactive game interface with animated button flashes and sounds
- Level progression with increasing difficulty
- Game over detection with restart option
- Clean and responsive layout
- HTML5
- CSS3
- JavaScript (ES6)
- jQuery
- Press any key to start the game.
- Watch the sequence of flashing buttons.
- Click the buttons in the same order.
- The sequence gets longer with each level.
- A wrong click ends the game.
simon-game/ │ ├── index.html # Main HTML file ├── styles.css # Styling for the game ├── game.js # Game logic with jQuery ├── sounds/ # Folder containing sound files for buttons │ ├── red.mp3 │ ├── green.mp3 │ ├── yellow.mp3 │ ├── blue.mp3 │ └── wrong.mp3
Just a browser! No server or backend setup required.
The original Simon electronic memory game by Milton Bradley.
This project is open source and free to use.
