Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.43 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.43 KB

Simon Game 🧠🧠🔴🟢🔵🟡

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.

![Simon Game](Screenshot (113).png)

Features

  • 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.

Getting Started

Follow these simple steps to get the Simon Game up and running on your local machine:

  1. Clone the Repository:

    git clone https://github.com/your-username/simon-game.git
  2. Open the HTML File:

    Open the index.html file in your preferred web browser.

  3. Start Playing:

    Press any key to start the game. Repeat the color sequences to advance to higher levels.

Demo

For a live demo, visit Simon Game Demo (Add a link to your deployed project if applicable).

Acknowledgments

Special thanks to Angela Yu for the inspiration and guidance through the Full Stack Web Development course on Udemy.

Contributing

If you'd like to contribute to the project, please follow the Contribution Guidelines.