A classic memory game built with HTML, CSS, and JavaScript.
- Random color sequence generation
- Level-based gameplay
- High score tracking
- Visual button flash effects
- Game over and restart functionality
- Press any key to start the game.
- Watch the flashing color sequence.
- Repeat the sequence by clicking the buttons.
- Each level adds a new color to the sequence.
- The game ends if you click the wrong color.
- HTML
- CSS
- JavaScript
This project was created to practice JavaScript concepts such as DOM manipulation, event handling, arrays, functions, and game logic.