The Simon Game is a classic memory game where the player must follow a sequence of colors and sounds and replicate it correctly to advance to the next level. This project is a JavaScript-based implementation of the Simon Game.
- Play the Simon Game with colors and sounds.
- Increase the level of difficulty as you progress.
- Test your memory and pattern recognition skills.
- Enjoy a fun and interactive user experience.
You can access a live demo of the Simon Game [here] https://twister904.github.io/simon-game-/
- Start the game by pressing any key.
- Pay attention to the sequence of colors and sounds played by the game.
- Repeat the sequence by clicking on the colored buttons.
- As you progress, the game will add more colors to the sequence.
- The goal is to reach the highest level possible by replicating the sequence correctly.
- JavaScript
- HTML5
- CSS3
- jQuery (for event handling and animations)
To run the project locally on your machine, follow these steps:
-
Clone the repository to your local machine: git clone https://github.com/twister904/simon-game-.git
-
Navigate to the project directory:
cd simon-game
- Open the
index.htmlfile in your web browser to play the game.
Contributions to the Simon Game project are welcome. If you'd like to contribute, please follow these steps:
-
Fork the repository.
-
Clone the forked repository to your local machine: git clone https://github.com/twister904/simon-game-.git
-
Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Description of your changes"
-
Push your changes to your forked repository: git push origin feature-name
-
Open a pull request to the original repository, describing your changes and why they should be merged.
-
Your pull request will be reviewed, and once approved, your changes will be merged into the main project.
Enjoy playing the Simon Game!