This is a fun browser-based Simon Game — a classic memory game where you must mimic the color sequence shown by the system. Each round adds a new color to the sequence, and the challenge is to remember and repeat it correctly!
- 🧱 HTML – To structure the layout of the game.
- 🎨 CSS – For styling the color buttons and layout.
- 🧠 JavaScript – To control the logic of the game, including:
- Sequence generation
- User interaction tracking
- Level progression
- Game over detection
- Starts on any key press.
- Flashes a new color every level.
- Logs the current full sequence and the last color in the developer console for easier testing/debugging.
- Responsive click detection.
- Simple scoring system based on how many rounds you complete.
- Clean visual feedback for correct or wrong inputs.
- Clone the repository:
git clone https://github.com/your-username/simon-game.git cd simon-game