Skip to content

Commit

Permalink
Readme.md added
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmendozaospina committed Dec 7, 2024
1 parent cf03f57 commit 6a0dc01
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 3 deletions.
41 changes: 38 additions & 3 deletions README.md
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"/>&nbsp;
<img src="https://img.shields.io/badge/web-html-informational?style=for-the-badge&logo=html5&logoColor=white&color=2972aa"/>&nbsp;
<img src="https://img.shields.io/badge/web-css-informational?style=for-the-badge&logo=css3&logoColor=white&color=2972aa"/>&nbsp;
</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
Binary file added assets/img/f1-car-readme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6a0dc01

Please sign in to comment.