A web-based implementation of the classic "Simon Game." This game tests the player's memory by having them repeat a sequence of colors that becomes progressively more difficult.
- Interactive Gameplay: Users can test their memory by following the sequence of colors.
- Progressive Difficulty: The sequence length increases as the player progresses.
- Visual Cues: Colors light up for each step in the sequence.
-
Clone the repository:
git clone https://github.com/Riyaz-021/simon-game.git
-
Navigate to the project directory:
cd Simon_Game -
Open the index.html file in your browser.
- index.html: The main HTML file that structures the game interface.
- style.css: The stylesheet that styles the game, including colors and layout.
- app.js: The JavaScript file containing the logic that powers the game.
- Step1: Press any key to start the game.
- Step2: Click on the button which flashed.
- Step3: When the new button flashes click the previous button which flashed and then click the button which just flashed.
- Step4: Continue this process without missing the sequence.
- Step5: When you miss the sequence, a red light will flash across the screen and will display your score and you can press any key to restart the game.
This project is licensed under the MIT License - see the LICENSE file for details.
If you would like to contribute to this project, please feel free to fork the repository and submit a pull request. Contributions are always welcome!
- JavaScript for the game logic.
- CSS for the visual design.
- HTML for the structure.