Welcome to the Simon Game Challenge repository! This project is a web-based implementation of the classic Simon game where players must repeat increasingly long sequences of tones and lights.
- Interactive user interface with colored buttons and corresponding sounds
- Randomized sequences that increase in difficulty
- Score tracking to display the player's progress
- Reset functionality to start the game over
To run this project locally, follow these steps:
-
Clone the repository git clone https://github.com/your-username/simon-game-challenge.git
-
Navigate to the project directory cd simon-game-challenge
-
Open the index.html file in your web browser open index.html
Once you have the game running in your browser:
- Press the start button to begin the game.
- Watch and listen as the game presents a sequence.
- Repeat the sequence by clicking the colored buttons in the correct order.
- Continue repeating the sequences as they grow longer and more complex.
- If you make a mistake, the game will notify you and reset the sequence.
Contributions are welcome! To contribute to this project, follow these steps:
- Fork the repository
- Create a new branch (git checkout -b feature-branch)
- Make your changes and commit them (git commit -m 'Add some feature')
- Push to the branch (git push origin feature-branch)
- Create a new Pull Request
Please ensure your code follows our coding standards and includes appropriate tests.
- Inspired by the classic Simon electronic game.
- Built with love by Aditi Adya.