A classic Simon game implemented using HTML, CSS, JavaScript, and JQuery.
Simon is a classic memory game where players have to repeat a sequence of colors or sounds that the game plays. This project is an implementation of the Simon game using web technologies such as HTML, CSS, JavaScript, and JQuery.
- Interactive gameplay where players have to remember and repeat sequences of colors.
- Increasing difficulty levels as the game progresses.
- Sound effects and visual cues to enhance the gaming experience.
- Ability to track and display the player's score.
To run the Simon game locally, follow these steps:
- Clone the repository:
git clone https://github.com/Jaweria-B/Simon-Game.git
- Navigate to the project directory:
cd simon-game
- Open the
index.html
file in your preferred web browser.
Once the game is running, follow these instructions to play:
- Click the any button to begin the game.
- Watch and listen as the game plays a sequence of colors.
- Repeat the sequence by clicking on the colored buttons in the correct order.
- If you make a mistake, the game will display an error message and restart the sequence.
- As you progress, the game will increase the length of the sequences, making it more challenging.
- Continue playing until you can no longer remember the sequence or make a mistake.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/improvement
). - Make your changes and commit them (
git commit -am 'Add new feature'
). - Push your changes to the branch (
git push origin feature/improvement
). - Create a new pull request.