A fun and interactive Simon Game built using HTML, CSS, and JavaScript.
The goal is simple - remember the sequence of colors shown and repeat them in the correct order.
Each round gets a little harder as the sequence grows!
- Four colorful buttons (Yellow, Red, Purple, Green)
- Flash animations for both game and user actions
- Progressive difficulty - each level adds one new step
- Game over detection with score display
- Easy restart with any key press
- Press any key to start the game.
- Watch carefully - one color will flash on the screen.
- Click the same color to repeat the sequence.
- The game will add one new color to the pattern each round.
- Keep repeating the sequence correctly to move to higher levels.
- A wrong click ends the game, and your final score is displayed.
- Press any key again to restart!
- HTML5 - Structure of the game
- CSS3 - Styling and animations
- JavaScript (ES6) - Game logic and interactivity