Type as fast as you can!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
A step by step series of examples that tell you how to get a development environment running:
Clone the git repository
git clone https://github.com/umcconnell/typespeed.git
And navigate into the directory
cd typespeed
Finally, start a simple server to serve the game
Python3:
python3 -m http.server
Python2
python2 -m SimpleHTTPServer
Navigate to http://localhost:8000 to get started!
JS, CSS and HTML
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
Ulysse McConnell - umcconnell
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- inspiration from inventwithpython.com
- words from noopschallenge's wordbot
- icons from feathericon by Cole Bemis (LICENSE)
- Github ribbon by Tim Holman (LICENSE)
- Normalize.css by Nicolas Gallagher and Jonathan Neal (LICENSE)
- Modal by Ulysse McConnell (LICENSE)