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