Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moiz-codebyte/simon-game
The Simon Game is a classic memory and concentration game implemented using HTML, CSS, and JavaScript. The game offers an engaging way to test and enhance memory skills while providing an entertaining experience.
https://github.com/moiz-codebyte/simon-game
Last synced: 15 days ago
JSON representation
The Simon Game is a classic memory and concentration game implemented using HTML, CSS, and JavaScript. The game offers an engaging way to test and enhance memory skills while providing an entertaining experience.
- Host: GitHub
- URL: https://github.com/moiz-codebyte/simon-game
- Owner: Moiz-CodeByte
- Created: 2023-08-29T02:17:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-29T20:33:40.000Z (over 1 year ago)
- Last Synced: 2024-11-11T07:45:50.865Z (2 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simon Game
Welcome to the Simon Game! Test your memory and concentration skills with this classic memory game.
## Table of Contents
- [Description](#description)
- [Screenshot](#screenshot)
- [How to Play](#how-to-play)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Usage](#usage)
- [Contact](#contact)## Description
The Simon Game is a memory-based game where players must remember a sequence of colors and sounds and repeat them back in the correct order. With each successful round, the sequence becomes longer and more challenging.
## Screenshots
![Gameplay Screenshot](/screenshot.png)
## How to Play
1. Press any key to start the game.
2. Pay attention to the sequence of colors and sounds played by the game.
3. Click on the buttons in the same order as the sequence.
4. The game will advance to the next level if you complete the sequence correctly.
5. The game gets progressively more complex with longer sequences.
6. If you make a mistake, the game will end. You can restart by pressing any key again.## Technologies Used
- HTML
- CSS
- JavaScript
- jQuery## Installation
1. Clone the repository:
```sh
git clone https://github.com/Moiz-CodeByte/simon-game.git
```
2. Open the `index.html` file in your preferred web browser.## Usage
- Press any key to start the game.
- Click on the colored buttons to repeat the sequence.
- Pay attention to the sequence and try to remember it correctly.
- Have fun and challenge yourself to reach higher levels!## Contact
For inquiries, don't hesitate to get in touch with me at [[email protected]](mailto:[email protected]).
Visit the live project at [Simon game](https://moiz-codebyte.github.io/Simon-game/).