Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hanwentao/typing
- Owner: hanwentao
- Created: 2019-09-28T05:09:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-28T05:21:12.000Z (over 5 years ago)
- Last Synced: 2024-08-02T01:27:21.813Z (6 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.