A classic Simon memory game built with HTML, CSS, and JavaScript.
This project is a recreation of the classic Simon game, where players must remember and repeat increasingly long sequences of colors. This game tests and improves memory skills in a fun and interactive way.
- Interactive gameplay with visual and audio feedback
- Increasing difficulty with each round
- Responsive design for desktop
- Press any key to begin the game.
- Watch the sequence of colors that light up and listen to the sounds.
- Repeat the sequence by clicking on the colored buttons in the correct order.
- The sequence will get longer with each round.
- Try to remember and repeat the sequences for as long as possible!
To run the Simon game locally, follow these steps:
- Clone the repository:
git clone https://github.com/udayxgoel/simon-game.git
- Navigate to the project directory:
cd simon-game
- Open index.html in your web browser to start the game.
You can also play the Simon game online directly from this link - https://udayxgoel.github.io/simon-game/
Contributions are welcome! If you have any ideas, suggestions, or bug reports, feel free to open an issue or submit a pull request.
-
Fork the repository.
-
Create a new branch:
git checkout -b feature-name
-
Make your changes and commit them:
git commit -m "Add new feature"
-
Push to the branch:
git push origin feature-name
-
Open a pull request.
Thank you for checking out the Simon Game! If you enjoyed it or have any feedback, please feel free to reach out or contribute to the project. Happy playing!