The Simon Game is a classic memory game where players must repeat an increasingly long sequence of colors and sounds. Each round adds a new color to the sequence, challenging the player’s memory and concentration.
- The game starts when the user presses any key or clicks the start button.
- A random color flashes and plays a sound.
- The player must click the same color.
- Each new level adds one more color to the sequence.
- If the player clicks the wrong color, the game ends.
- HTML – Structure of the game
- CSS – Styling and animations
- JavaScript – Game logic and interactions
- Clone the repository:
git clone https://github.com/your-username/simon-game.git