Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zodrickjohn authored Apr 27, 2024
1 parent 0b171ea commit 0be93d9
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Simon Says Game

![Simon Says Game](https://github.com/zodrickjohn/Simon-Says/blob/main/Screenshot%202024-04-27%20084010.png?raw=true)

## Description

Simon Says is a classic memory game where players must repeat a sequence of colors and sounds in the same order that the game presents them. The game starts by displaying a color sequence to the player, which they must memorize and then repeat back by clicking on the corresponding colored buttons. The sequence becomes longer and more challenging as the player progresses through the levels.

## How to Play

1. *Starting the Game:* Press any key to start the game.
2. *Gameplay:* Watch and listen as the game presents a sequence of colors and sounds.
3. *Repeat the Sequence:* Click on the buttons in the same order as the sequence presented by the game.
4. *Level Up:* Successfully repeat the sequence to advance to the next level.
5. *Game Over:* If you make a mistake and click the wrong button or click them out of order, the game ends and you must start over.

## Features

- Simple and intuitive user interface.
- Engaging sound effects to enhance the gaming experience.
- Dynamic difficulty that increases as the player progresses through levels.
- Responsive design suitable for desktop and mobile devices.

## Installation

1. Clone the repository to your local machine:

```bash
git clone https://github.com/zodrickjohn/Simon-Says.git
2. Open the index.html file in your web browser to play the game.

## Technologies Used
- HTML
- CSS
- JavaScript

0 comments on commit 0be93d9

Please sign in to comment.