Welcome to the Simon Game Challenge! This project is an implementation of the classic Simon game, a memory-based pattern matching game. Test your memory and see how far you can go!
- Classic Simon game experience.
- Challenging memory patterns.
- Score tracking.
- Sound effects for an immersive experience.
- Node.js installed on your machine.
-
Clone the repository:
git clone https://github.com/your-username/simon-game-challenge.git
-
Navigate to the project directory:
cd simon-game-challenge
-
Install dependencies:
npm install
-
Start the development server:
npm start
The game will be accessible at
http://localhost:3000
by default.
Gameplay:
-
Press the "Start" button to initiate the game.
-
Simon will light up one color. Repeat the pattern by clicking on the same color.
-
After successfully repeating the first pattern, Simon will add a new color to the sequence.
-
Repeat the entire sequence, including the new color.
-
The game continues to add colors and increase the complexity as you progress through the rounds.
Scoring:
- Your score is based on the number of rounds you successfully complete.
- The higher the round, the more challenging the patterns become.
Mistakes:
- Making a mistake by clicking the wrong color ends the game.
- Pay attention to the pattern and try to memorize it.
Sound and Visuals:
- Each color has a distinct sound associated with it.
- The colors will light up in sequence along with the corresponding sounds.
Winning:
- The game continues until you make a mistake.
- Challenge yourself to achieve the highest possible score!
Enjoy playing the Simon Game!
Feel free to contribute to the project.
This project is licensed under the MIT License.