Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 1.52 KB

File metadata and controls

54 lines (44 loc) · 1.52 KB

Simon Game

Description

Simon Game is a classic memory game where players must repeat a sequence of colors and sounds in the correct order. Each round, the game adds a new step to the sequence, challenging the player's memory and reflexes.

Features

  • Interactive UI with colorful buttons
  • Randomized sequences that increase in length
  • Sound effects for each button press
  • Responsive design for different screen sizes
  • Simple yet engaging gameplay

Technologies Used

  • HTML
  • CSS
  • JavaScript

How to Play

  1. Click the Start button to begin the game.
  2. Watch the sequence of colors displayed.
  3. Repeat the sequence by clicking the buttons in the correct order.
  4. The sequence increases by one step each round.
  5. If you make a mistake, the game resets and you can try again.

Installation

  1. Clone this repository:
    git clone https://github.com/your-username/simon-game.git
  2. Navigate to the project folder:
    cd simon-game
  3. Open index.html in a web browser.

Demo

You can play the game live at: Simon Game Live Demo

Screenshots

Simon Game Screenshot

Future Enhancements

  • Add difficulty levels
  • Implement leaderboard functionality
  • Support for touch-based devices

License

This project is licensed under the MIT License.

Author


Enjoy the game and challenge your memory skills!