dmdque / typingtest

Terminal based typing test.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typingtest

Screenshot 1

You can watch a video demo here.

Compiling and Running

Run make to compile. You may need to install xorg-dev (sudo apt-get install xorg-dev). If it doesn't work, run:

g++ main.cc -o tt.out

Once compiled, run:

./tt.out

You will then be prompted for an input file. Enter a text file (eg. input.txt) to begin. Highscores are saved in <file>.hs.

Options

-f <file>
    Use the given <file> as the input file.

-r
    Randomize the order of the lines in the input file.

-d
    Turn on debugging.

-l <limit>
    Limit the number of lines read in to <limit>.

About

Terminal based typing test.


Languages

Language:C++ 93.9%Language:Makefile 6.1%