-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b171ea
commit 0be93d9
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |