Simon Says Game is an interactive and fun memory game developed using HTML, CSS, and JavaScript. The objective of the game is to replicate an increasingly complex sequence of button flashes to advance through the levels.
- Dynamic Levels: Progressively challenging sequences as you advance.
- Visual Feedback: Flashing buttons indicate game sequences and player input.
- Game Over Display: Displays your score and allows restarting after a mistake.
- Press any key to start the game.
- Observe the sequence of button flashes carefully.
- Click the buttons in the correct order to proceed.
- Continue until you make a mistake to see your final score.
- HTML for the game structure.
- CSS for styling and animations.
- JavaScript for game logic and interactivity.