GitXplorerGitXplorer
E

touchtype

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
fb5c9a929ff38dcb2219eea2730ea6f187abb61e

Initial commit

EEmeraldShift committed 3 years ago

README

The README file for this repository.

touchtype

A dead simple training program for the home row keys.

The program will continuously request the player to type a random character from the home row, until the player types the wrong key. The player's score is the number of characters typed correctly.

Usage

To play the game, use cargo run.

Since this project uses termios to configure player input, only Unix-like operating systems are supported.