typemaster 0.2.2

A typetrainer-game that helps to increase your speed in typewriting
Documentation
# typemaster
![Crates.io](https://img.shields.io/crates/v/typemaster.svg)

Typemaster is a typetrainer-game that helps to increase your speed in typewriting,
it runs in your terminal using [console_engine](https://crates.io/crates/console_engine)

This software is written in Rust.

![menu](https://raw.githubusercontent.com/geri1701/typemaster/master/screenshots/tm_main_menu.png)
![ingame](https://raw.githubusercontent.com/geri1701/typemaster/master/screenshots/tm_ingame.png)

## Installation

### Linux and other

First install cargo.

Compile the typemaster-crate:

```
cargo install typemaster
```
### Windows

For all Windows users who are not able to compile something themselves or who are already too lazy to do so, I'll prepare a binary soon.