This project is a simple Simon game that challenges players to remember and replicate a sequence of colors. Developed independently as part of my learning journey after completing the Apna College web development course, this game utilizes HTML, CSS, and JavaScript to demonstrate event listeners and DOM manipulation.
- Interactive Gameplay: Players must click the buttons in the order indicated by the game.
- Level Progression: The game increases in difficulty with each successful round.
- Score Tracking: Displays the current score and the highest score achieved during gameplay.
- HTML
- CSS
- JavaScript
- Clone the repository:
git clone https://github.com/jagdish-15/simon-game.git
- Open the
index.html
file in your preferred web browser to play the game.
- Press any key to start the game and begin the first level.
- Click the buttons in the order they are flashed to continue to the next level.
- If you make a mistake, the game will display your score and the highest score.
Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request.
This project is open-source and available under the MIT License.
- Inspired by the web development tutorials from Apna College.
- Developed independently after completing the course segment related to this project.
- Inspired by classic memory games.