Skip to content

CodeBeginner000001/Simon-Says-Game

Repository files navigation

Simon Says Game

Screenshot 2024-06-05 at 12 24 40 AM
Welcome to the Simon Says Game! This project is a recreation of the classic electronic memory game "Simon Says," where players must repeat increasingly complex sequences of lights and sounds.

Table of Contents

Introduction

The Simon Says Game challenges players to remember and repeat sequences of colors and sounds. This version of the game is implemented using HTML,CSS & Javascript, providing a fun and interactive way to test your memory skills.

Features

  • Interactive Gameplay: Follow and repeat the sequences of colors and sounds.
  • Increasing Difficulty: The sequences get longer and more complex as you progress.
  • User-Friendly Interface: Simple and intuitive controls.
  • Score Tracking: Keep track of your highest scores.
  • Customizable Settings: Adjust game speed and other settings.

Installation

To run the Simon Says Game on your local machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/CodeBeginner000001/Simon-Says-Game.git
    cd simon-Says-Game
  2. Install dependencies:

    # For example, if you're using Node.js
    npm install
  3. Run the game:

    # For example, if you're using Node.js
    npm start

How to Play

  1. Start the Game: Launch the game to begin.
  2. Watch the Sequence: The game will flash a sequence of colors.
  3. Repeat the Sequence: Click on the colors in the same order.
  4. Progress: With each correct repetition, the sequence will get longer.
  5. Game Over: The game ends when you fail to reproduce the sequence correctly. Try again to beat your high score!

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For questions or suggestions, please contact Adarsh at ashu2100ag@gmail.com.


Thank you for checking out the Simon Says Game! We hope you enjoy playing it as much as we enjoyed creating it.