A simple and interactive Simon Says memory game built using HTML, CSS, and JavaScript.
The game challenges players to remember and repeat an increasing sequence of colors.
- Press any key to start the game.
- Watch the color sequence carefully.
- Click the buttons in the same order.
- Each level adds one new color to the sequence.
- A wrong move ends the game.
- Random color sequence generation
- Level-based progression
- Visual flash animations
- User input validation
- Game reset on wrong input
- HTML โ Structure
- CSS โ Styling & animations
- JavaScript โ Game logic & interactions
- DOM manipulation
- Event handling
- Arrays and game state management
- Timing functions (
setTimeout) - Building logic-based interactive games
- Sound effects
- High score tracking
- Mobile touch support
- Dark / light mode toggle
Built as part of learning JavaScript and improving problem-solving skills.
โญ If you like this project, feel free to star the repo!