A classic Simon Says memory game implemented in HTML, CSS, and JavaScript.
Test your memory skills with this digital version of the classic Simon game! The game displays a sequence of colored buttons that light up, and you must repeat the sequence correctly. Each level adds one more step to the sequence, challenging your memory as you progress.
- Open
index.htmlin your web browser - Press any key to start the game
- Watch the sequence of button flashes
- Click the buttons in the same order as they flashed
- If you get the sequence right, you'll advance to the next level
- If you make a mistake, the game ends and you can start over
- Four colored buttons: Red, Yellow, Blue, and Green
- Increasing difficulty with each level
- Visual feedback with button flashing and pressing animations
- Game over detection with restart capability
- HTML5
- CSS3
- JavaScript (ES6+)
index.html- Main HTML structurestyle.css- Game styling and animationsapp.js- Game logic and interactivity
Works in all modern web browsers that support JavaScript.
This project is open source and available under the MIT License.