Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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