The Simon Game is a classic memory-based puzzle game that challenges players to remember and replicate sequences of colors. This project is a JavaScript implementation of the Simon Game with a focus on simplicity and user-friendly design.
- Four Colors: The game features four distinct colors that light up in a random sequence.
- User Input: Players must replicate the sequence by clicking on the colored buttons in the correct order.
- Levels: The difficulty increases with each successful sequence replication, introducing longer and more challenging patterns.
- Feedback: Visual and auditory feedback is provided to indicate correct or incorrect inputs.
- Score Tracking: Keep track of your score as you progress through the levels.
To play the Simon Game, simply visit the live demo or clone the repository to your local machine.
- A modern web browser
-
Clone the repository to your local machine:
git clone https://github.com/TanmayAgrawal2764/Simon-Game.git