It is a terminal typing game for fast paced typing.
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
To run the game you need to navigate to /target/debug directory and run the command:
./typeracer-rs
This project is licensed under the MIT License - see the LICENSE.md file for details