Test your typing speed in a Typer TUI game!
- collect statistics to track your progress
- Words per minute
- Timestamps
- Amount of mistakes for each word
- Amount of time for each word
- play with your friends in local multiplayer (global coming soon)
- customizable
- comfort of your sweet sweet terminal
Grab an executable from the release tab
... or if you're an Gopher build from source (requires Go v1.13+):
go get github.com/shilangyu/typer-go
Just run typer-go
in your terminal and the TUI will start. Full screen terminal is recommended. There are no CLI commands and flags.
name | values | description |
---|---|---|
highlight | 'background' or 'text' |
The way the already typed text should be highlighted. 'background' to fill the background, 'text' to just fill the text. |
error display | 'typed' or 'text' |
what should be shown when incorrect character is inputted. 'typed' will show the typed char, 'text' will show what should've been typed. |
texts path | any string | path to your custom typer texts where each text is separated by a new line. If path is empty, preloaded texts will be loaded. |
The whole TUI has mouse support!
key | description |
---|---|
↑ | menu navigation up |
↓ | menu navigation down |
enter | confirm |
esc | back |
tab | switch focus |
ctrl+c | exit |