Welcome to the Simon Game repository! This is a digital version of the classic Simon game where players need to mimic a sequence of colors.
-
Start the Game: Open the
index.htmlfile in a web browser to start the game. -
Deployed link: https://tinam17.github.io/SimonGame/
-
Game Rules:
- The game will display a sequence of colors.
- Your goal is to mimic the sequence by clicking on the corresponding colored buttons.
- If you make a mistake, the game will again start from the step where you made a mistake. you can choose to restart.
- after succesfully completing the 5 mimic you won the game
index.html: The main HTML file for the game.style.css: Stylesheet for the game.script.js: JavaScript file containing the game logic.
Feel free to customize the game by modifying the JavaScript logic, adding new features, or changing the styling in the CSS file.
If you'd like to contribute to the project, feel free to submit pull requests or open issues.
- This project was inspired by the classic Simon game.
Have fun playing the Simon Game!