This is a web-based implementation of the classic Simon Game, where players need to memorize and repeat a series of color patterns that increase in complexity with each round. https://abdulkanawati.github.io/s/
- Classic Simon Game mechanics with randomly generated sequences.
- Dynamic and responsive game interface.
- Interactive feedback with sound and animations.
- Difficulty increases as you progress.
- Tracks the highest score for continuous play.
- The game will flash a color sequence.
- The player must repeat the sequence in the same order.
- As the player correctly repeats the sequence, the game adds another color to the sequence and the pattern length increases.
- The game continues until the player fails to reproduce the sequence correctly.
- The game tracks your progress and gives you feedback after each sequence.
- HTML5
- CSS3
- JavaScript (Vanilla)
- Clone this repository to your local machine.
git clone [https://github.com/abdulkanawati/simon-game.git]
- Navigate to the project folder.
cd simon-game
- Open the
index.html
file in your browser to start playing the game.
- Press the Start button to begin the game.
- Watch the sequence of colors flash on the screen.
- Repeat the sequence by clicking the buttons in the correct order.
- If you succeed, the sequence will grow, and you'll need to repeat it again.
- The game ends if you fail to replicate the sequence.
This project is licensed under the MIT License - see the LICENSE file for details.
You can adjust the repository URL or any additional information to fit your project.