An open API service indexing awesome lists of open source software.

https://github.com/ulyssear/typing-game

Simple typing game built with javascript
https://github.com/ulyssear/typing-game

game github-pages github-workflow html indexeddb javascript javascript-game

Last synced: about 1 year ago
JSON representation

Simple typing game built with javascript

Awesome Lists containing this project

README

          

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]





Typing game



A typing game made with JavaScript


Explore the docs »




View Demo
·
Report Bug
·
Request Feature


Table of Contents



  1. About The Project



  2. Getting Started


  3. Roadmap

  4. Contributing

  5. License

  6. Contact


## About The Project

This repository is a typing game made with JavaScript.

(back to top)

### Built With

[![Javascript][Javascript-shield]][Javascript-url]

(back to top)

## Getting Started

### Prerequisites

### Installation

#### Manual installation

1. Clone the repo
```sh
git clone https://github.com/ulyssear/typing-game.git
```
2. No more steps needed !

(back to top)

### Run the game

Open the `index.html` file in your browser, or serve it with a web server (like [http-server](https://www.npmjs.com/package/http-server)).

## Roadmap

See the [open issues](https://github.com/ulyssear/typing-game/issues) for a full list of proposed features (and known issues).

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

(back to top)

## License

Distributed under the MIT License. See `LICENSE` for more information.

(back to top)

## Contact

Ulysse ARNAUD - ulysse@arnaud.tech

Project Link: [https://github.com/ulyssear/typing-game](https://github.com/ulyssear/typing-game)

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/ulyssear/typing-game.svg?style=for-the-badge
[contributors-url]: https://github.com/ulyssear/typing-game/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/ulyssear/typing-game.svg?style=for-the-badge
[forks-url]: https://github.com/ulyssear/typing-game/network/members
[stars-shield]: https://img.shields.io/github/stars/ulyssear/typing-game.svg?style=for-the-badge
[stars-url]: https://github.com/ulyssear/typing-game/stargazers
[issues-shield]: https://img.shields.io/github/issues/ulyssear/typing-game.svg?style=for-the-badge
[issues-url]: https://github.com/ulyssear/typing-game/issues
[license-shield]: https://img.shields.io/github/license/ulyssear/typing-game.svg?style=for-the-badge
[license-url]: https://github.com/ulyssear/typing-game/blob/master/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/ulyssearnaud
[JavaScript-shield]: https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E
[JavaScript-url]: https://www.javascript.com/