🎮 Simon Says Game

Description
A memory game where players repeat sequences of colored buttons. Each round adds a new color to the sequence, and the player must remember and repeat it correctly to advance levels.
Features
- Start button to begin the game
- Colored buttons (Green, Red, Yellow, Blue) that flash
- Adds a new color each level
- Level tracking and Game Over message
Concepts Practiced
- DOM manipulation
- Event listeners
- Async functions and Promises
- Game logic and sequence handling
- CSS animations and visual feedback
Bonus Challenge
- Show the score after the game is over (score = number of levels completed).
- Add sound effects for each button click.
- Add glowing animation for each button to make the game more interactive.