Welcome to the Simon Game – a classic memory game where players repeat a sequence of colors. This implementation is built using HTML, CSS, and JavaScript, providing a responsive and interactive user experience.
.png)
- Randomized Sequences: Each level presents a new randomized sequence of colors.
- User Interaction: Click on the colored buttons to repeat the sequence.
- Audio Feedback: Enjoy sound effects for button presses and level changes.
- Session High Score: Keeps track of the highest level achieved in the current session.
Follow these simple steps to get the Simon Game up and running on your local machine:
-
Clone the Repository:
git clone https://github.com/your-username/simon-game.git
-
Open the HTML File:
Open the
index.html
file in your preferred web browser. -
Start Playing:
Press any key to start the game. Repeat the color sequences to advance to higher levels.
For a live demo, visit Simon Game Demo (Add a link to your deployed project if applicable).
Special thanks to Angela Yu for the inspiration and guidance through the Full Stack Web Development course on Udemy.
If you'd like to contribute to the project, please follow the Contribution Guidelines.