A fun memory-based game built with HTML, CSS, and JavaScript.
The goal is to repeat the sequence of colors shown by the game. Each round gets harder as the sequence grows longer.
๐ Play Simon Game Here
- ๐จ Interactive UI with colorful buttons
- ๐ Sound effects for each color
- ๐ง Increasing difficulty with every round
- โ Game over alert when you make a mistake
- ๐ Restart option to play again
- HTML5 โ structure of the game
- CSS3 โ styling and animations
- JavaScript (ES6) โ game logic and interactivity
- Press any key to start the game.
- Watch the sequence of colors highlighted by the game.
- Repeat the sequence by clicking the buttons in the correct order.
- Each round, the sequence gets longer โ test your memory!
- If you click the wrong button, the game is over.
- Clone the repo:
git clone https://github.com/TheSJ2004/Simon-Game.git