Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hanwentao/typing

A typing game for my son
https://github.com/hanwentao/typing

Last synced: 3 months ago
JSON representation

A typing game for my son

Awesome Lists containing this project

README

        

# A Typing Game

This is a typing game written for my son.

## How to Run

You need to serve all the files on a Web server (local is OK).
For example, you can run a simple HTTP server in Python like this:

```
python3 -m http.server
```

Or, you can visit https://hanwentao.net/typing/ for a try.