A fun memory-based game built with HTML, CSS, and JavaScript.
Great for practicing DOM manipulation, event handling, and basic game logic!
- Classic Simon Says gameplay (Random color sequence generation)
- Score/level display
- Game over screen with restart option
- Responsive and simple UI design
Here’s a screenshot of my project:
- Clone this repository or download the ZIP. git clone https://github.com/MonalikaDoda/Simon-Says-Game.git
- Open the project folder.
- Double-click on index.html.
- The game will open in your web browser.
- Press any key to start the game.
- The game highlights a color as part of the sequence.
- Click the colors in the same order as shown.
- If you click the wrong color, the game ends and shows your score.
- Press any key again to restart.
- HTML5
- CSS3
- JavaScript
Monalika Doda