Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naopeke/simon-game
https://github.com/naopeke/simon-game
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naopeke/simon-game
- Owner: naopeke
- Created: 2023-12-18T18:15:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-19T11:01:06.000Z (about 1 year ago)
- Last Synced: 2023-12-20T15:00:00.666Z (about 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![simon](https://github.com/naopeke/Simon-Game/assets/143800388/ccb7614b-5144-4f8f-9254-eb5df7683627)
# Simon Game
[Description](#description) | [Technologies](#technologies) | [Installation](#installation) | [How to Play](#how-to-play) | [Author](https://github.com/naopeke)
## Description
Crea un juego Simón con las siguientes características:
1. Debe contener un botón de iniciar el juego, un botón para procesar la respuesta del código de colores, un botón para continuar si se introdujo correctamente la combinación y por último un botón para resetear el juego.
2. Al pulsar el botón de iniciar el juego nos muestra una combinación de colores a repetir.
3. Al pulsar sobre el botón de procesar se compara la combinación de colores introducida por el mostrada con la introducida por el usuario.
4. Informamos al usuario si ha introducido la combinación de colores correctamente.
Si el resultado es correcto el botón continuar eleva la dificultad del juego (combinación más larga) y comienza la siguiente ronda , si no se repite el nivel.
5. El botón para resetear reinicia el juego sin refrescar la página.
## Technologies
HTML, CSS, JavaScript
## Installation
Clone Repository
```
git clone https://github.com/naopeke/Simon-Game.git
```
## How to Play
1. Click "Start" to begin the game.
2. Click on the colored boxes to mimic the sequence.
3. Click "Process the color code response."
4. If your response is correct, a "Correct!" message will appear, and the "Continue" button will become visible. If not, you will see a "Try again" message.
5. To reset the game, click "Reset."