-
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
cf03f57
commit 6a0dc01
Showing
2 changed files
with
38 additions
and
3 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,4 +1,39 @@ | ||
# F1 Typing Race | ||
By Fabian Mendoza | ||
# Typing Racing | ||
|
||
F1 Typing Race is a game that allows the gamers typing words as soon as they can. | ||
![](./assets/img/f1-car-readme.png) | ||
|
||
Typing Racing is a video game created to practice and showcase skills learned in `HTML`, `CSS`, and `JavaScript`. | ||
|
||
## Instructions to use the Video Game | ||
|
||
1. Go to the [webpage](https://fabianmendozaospina.github.io/typing-racing/) of the video game | ||
2. Press "Play" button, wait for the start signal | ||
3. Type the words as quickly as possible | ||
4. To win, type all the words before the timer runs out | ||
5. Correct answers appear as "Hits" | ||
6. Upon finalizing a game you can see your score through the icon `trophy` | ||
|
||
## Technological Stack | ||
<p> | ||
<img src="https://img.shields.io/badge/code-javascript-informational?style=for-the-badge&logo=javascript&logoColor=white&color=2972aa"/> | ||
<img src="https://img.shields.io/badge/web-html-informational?style=for-the-badge&logo=html5&logoColor=white&color=2972aa"/> | ||
<img src="https://img.shields.io/badge/web-css-informational?style=for-the-badge&logo=css3&logoColor=white&color=2972aa"/> | ||
</p> | ||
|
||
## Get Started | ||
|
||
To get started locally: | ||
|
||
1. Clone this repo: | ||
```bash | ||
git clone https://github.com/fabianmendozaospina/typing-racing | ||
cd typing-racing | ||
``` | ||
2. Explore the index.html in the root and the different files contained in their folders: | ||
- assets | ||
- audio | ||
- data | ||
- css | ||
- img | ||
- js | ||
- video |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.