/typespeed

Type as fast as you can!

Primary LanguageJavaScriptMIT LicenseMIT

Typespeed

Type as fast as you can!

Table of Contents

Getting Started

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.

Installing

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!

Built With

JS, CSS and HTML

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Ulysse McConnell - umcconnell

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments