Over View
A fun and interactive memory-based game built using HTML, CSS, and JavaScript. The player must repeat the sequence of colors shown by the game. Each correct round increases the difficulty by adding one more color to the sequence, testing the player’s focus and memory.
Features
- Start button to begin and restart the game.
- Dynamic sequence generation that increases each round.
- Interactive color pads with smooth animations.
- Level and high score tracking for progress.
- Simple and responsive design for web use.
What I Learnt
- Implementing game logic using JavaScript.
- Managing user events and sequence validation.
- Structuring code efficiently for small-scale web games.