git clone https://github.com/BitPusher16/qwench.git
cd qwench
cargo build --release
cp ./target/release/qwench .git clone https://github.com/BitPusher16/qwench.git
cd qwench
cargo install --path .cargo install --git https://github.com/BitPusher16/qwench.gitGo to the latest release and download the binary for your OS.
$ ./qwench -h
QWENCH - Terminal typing game
Esc to quit.
Set letter-multiple and symbol-multiple to adjust the ratio of symbols to letters.
Usage: qwench [OPTIONS]
Options:
-c, --chars-per-min Characters per minute (default: 400, range: 100..=2000)
-g, --game-length-sec Game length in seconds (default: 180, range: 30..=600)
-l, --letter-multiple Letter frequency (default: 8, range: 1..=20)
-s, --symbol-multiple Symbol frequency (default: 1, range: 1..=20)
-h, --help Show this help
Example:
qwench --chars-per-minute 400 --game-length-sec 240 --letter-multiple 4 --symbol-multiple 3
