-
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
Showing
1 changed file
with
40 additions
and
27 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 |
---|---|---|
@@ -1,44 +1,57 @@ | ||
Based on the information available, here's an improved README in English for your project, along with an "About" section: | ||
|
||
# Keyboard Game | ||
|
||
Este es un proyecto de un juego de mecanografía desarrollado con HTML, CSS y JavaScript. El objetivo del juego es mejorar la velocidad y precisión al escribir, mostrando palabras aleatorias que el jugador debe escribir lo más rápido posible. | ||
Keyboard Game is an interactive typing game designed to enhance your typing speed and accuracy. By challenging players to type falling letters before they reach the bottom, it offers an engaging way to improve keyboard skills. | ||
|
||
## Características | ||
## Features | ||
|
||
- **Modo de juego interactivo**: Las palabras aparecen en la pantalla para que el jugador las escriba. | ||
- **Estadísticas de rendimiento**: Muestra la cantidad de palabras correctas y el tiempo transcurrido. | ||
- **Diseño responsivo**: Compatible con dispositivos móviles y escritorios. | ||
- **Retroalimentación visual**: El color de las palabras cambia en función de si son escritas correctamente o incorrectamente. | ||
- **Interactive Gameplay**: Type the falling letters before they disappear. | ||
- **Multiple Difficulty Levels**: Adjust the game's speed to match your skill level. | ||
- **Score Tracking**: Monitor your progress with real-time scoring. | ||
- **Customizable Settings**: Personalize the game experience to suit your preferences. | ||
|
||
## Instalación | ||
## Installation | ||
|
||
1. Clona el repositorio en tu máquina local: | ||
1. **Clone the Repository**: | ||
|
||
```bash | ||
git clone https://github.com/Maurux01/keyboard-game.git | ||
|
||
2.Abre el archivo index.html en tu navegador para jugar. | ||
``` | ||
|
||
|
||
## Uso | ||
- Al abrir el juego, se mostrará una palabra en la pantalla. | ||
- Escribe la palabra correctamente en el campo de texto. | ||
- Si escribes la palabra correctamente, se sumará al contador y aparecerá una nueva palabra. | ||
- Si cometes un error, se te indicará visualmente y podrás intentarlo nuevamente. | ||
- El juego continuará hasta que decidas parar. | ||
2. **Navigate to the Project Directory**: | ||
|
||
## Contribuciones | ||
¡Las contribuciones son bienvenidas! Si deseas mejorar este proyecto, por favor sigue estos pasos: | ||
```bash | ||
cd keyboard-game | ||
``` | ||
|
||
3. **Install Dependencies**: | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
4. **Start the Game**: | ||
|
||
```bash | ||
npm start | ||
``` | ||
|
||
Open your browser and go to `http://localhost:3000` to play the game. | ||
|
||
## Usage | ||
|
||
- **Start Game**: Click the 'Start' button to begin. | ||
- **Gameplay**: Type the letters as they fall to score points. | ||
- **Pause/Resume**: Use the 'Pause' button to pause the game and 'Resume' to continue. | ||
- **Restart**: Click the 'Restart' button to start a new game session. | ||
|
||
- Haz un fork del repositorio. | ||
- Crea una nueva rama para tu feature o bugfix (git checkout -b feature/nueva-funcionalidad). | ||
- Realiza los cambios y haz commit (git commit -am 'Agregué una nueva funcionalidad'). | ||
- Empuja tus cambios a tu repositorio (git push origin feature/nueva-funcionalidad). | ||
- Abre un Pull Request en este repositorio. | ||
## Contributing | ||
|
||
## Licencia | ||
Este proyecto está bajo la Licencia MIT - consulta el archivo LICENSE para más detalles. | ||
Contributions are welcome! Please fork the repository and create a pull request with your enhancements or bug fixes. | ||
|
||
## License | ||
|
||
Gracias por visitar este proyecto. ¡Espero que disfrutes del juego y que te ayude a mejorar tu habilidad al escribir! | ||
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. | ||
|
||
For more information, visit the [GitHub repository](https://github.com/Maurux01/keyboard-game). |