A classic Simon game implementation using HTML, CSS, and JavaScript.
The Simon game is a memory skill game where the player must follow a sequence of button lights. The sequence gets longer and more complex as the game progresses. This project is a web-based implementation of the classic Simon game.
- Interactive and responsive design
- Simple and intuitive gameplay
- Increasing difficulty as the player progresses
- Visual feedback for correct and incorrect moves
- Press the any key to begin the game.
- Watch the sequence of button lights.
- Repeat the sequence by clicking the corresponding buttons.
- The game gets progressively harder as you continue.
Clone the repository or download the ZIP file.
git clone https://github.com/RituGupta23/SimonGame.git
## Contributing
If you'd like to contribute to this project, please follow these guidelines:
1. Fork the repository.
2. Create a new branch for your feature or bug fix.
3. Commit your changes.
4. Push your changes to your fork.
5. Open a pull request.