A fun memory-based game built using HTML, CSS, and JavaScript (DOM manipulation).
The player must remember the sequence of colors and repeat them correctly to score points.
Each round adds a new color to the sequence, increasing difficulty until the user makes a mistake.
- 🔵 Four Colored Blocks
- ✨ Blinking Animation – Blocks highlight in sequence
- 🧠 Memory Challenge – Player must recall and click in correct order
- ➕ Increasing Difficulty – Each correct round adds a new step
- 🎯 Score Tracker – Score increases with every correct sequence
- ❌ Game Over – Incorrect click ends the game
- Frontend: HTML, CSS
- Logic: Pure JavaScript (DOM + Event Listeners)
SimonSays/ │── index.html │── style.css │── script.js
- Start the game → A block will blink.
- Click the same block.
- Next round → Previous sequence + 1 new block.
- Repeat correctly to increase score.
- Wrong click → Game Over.
- Play Online: Live Demo