Classic memory game built with JavaScript where players must repeat an increasingly complex sequence of colors and sounds.
Created: 2021
Simon Game is a browser-based interactive game that tests memory and attention. The system generates a random sequence, and the player must replicate it correctly to advance to the next level.
Each round adds a new step to the sequence, increasing difficulty progressively.
- The game starts when the user presses any key
- A random color is added to the sequence
- The game plays the sequence with visual and audio feedback
- The player must click the buttons in the correct order
- If correct → next level
- If incorrect → game over and reset
- Dynamic sequence generation
- Audio feedback for each button
- Visual animations (button press + game over effect)
- Level tracking
- Restart functionality after failure
- HTML5
- CSS3
- JavaScript (Vanilla)