Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krawieck/typer-rs
Test your typing speed!
https://github.com/krawieck/typer-rs
rust typer typeracer typing-game wpm
Last synced: about 2 months ago
JSON representation
Test your typing speed!
- Host: GitHub
- URL: https://github.com/krawieck/typer-rs
- Owner: krawieck
- License: wtfpl
- Created: 2019-05-26T19:21:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-15T18:32:15.000Z (about 5 years ago)
- Last Synced: 2024-01-23T22:24:17.635Z (12 months ago)
- Topics: rust, typer, typeracer, typing-game, wpm
- Language: Rust
- Size: 46.9 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# typer-rs
It is a terminal typing game for fast paced typing.
## Alternatives
- [typer-go](https://github.com/shilangyu/typer-go)
### Prerequisites
#### MacOS
To get started you need to make sure that rust is installed on your machine.
```
brew install rust
```Install all dependencies located in the cargo package manager:
```
cargo build
```## Getting Started
To run the game you need to navigate to /target/debug directory and run the command:
```
./typeracer-rs
```## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details