Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.64 KB

README.md

File metadata and controls

65 lines (45 loc) · 1.64 KB

Simon-Says (A Memory Game)

A classic memory game where players repeat an increasingly complex sequence of colors and sounds. Challenge your memory and reflexes in this fun and engaging experience!


Features

  • Color and Sound Sequences: Watch and listen as colors flash with corresponding sounds.
  • Progressive Difficulty: The sequence gets longer with each correct round.
  • Immediate Feedback: Know right away if you made a mistake or succeeded.

How to Play

  1. Click the Start button to begin.
  2. Watch as a sequence of colors lights up and listen to the sounds.
  3. Repeat the sequence by clicking the color buttons in the same order.
  4. Each correct round adds another step to the sequence.
  5. Make a mistake, and the game resets — try again to beat your score!

Controls

  • Color Buttons: Click to repeat the sequence.
  • Start/Reset Button: Start a new game or reset the current one.

Installation

  1. Clone this repository:
    git clone https://github.com/yourusername/Simon-Says.git
    cd Simon-Says
  2. Open index.html in your web browser to play.

Technologies Used

  • HTML/CSS for the structure and style.
  • JavaScript for game logic.
  • Audio API for sound effects.

Future Enhancements

  • Difficulty modes for more complex sequences.
  • High score tracking.
  • Improved mobile responsiveness.

Contributing

Contributions are welcome! Please open an issue to discuss proposed changes before making a pull request.


License

This project is open-source and available under the MIT License.


Acknowledgments

Inspired by the classic Simon Says game.