1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
.TH TYPESPEED 6
.SH NAME
typespeed \- Test your typing speed, and get your fingers' CPS
.SH SYNOPSIS
.B typespeed [options]
.SH DESCRIPTION
Typespeed gives your fingers' cps (total and correct), typoratio and some
points to compare with your friends.
.P
Typespeed's idea is ripped from ztspeed (a dos game made by Zorlim). Idea of
the game should be clear to anyone, just type and type it fast, or be a
lewser.
.P
.B Notice:
the speed of words going across the screen has been changed in version
0.4.0. Scores are not comparable with older versions now. See the
.BR README
file for more detailed information.
.SH OPTIONS
.TP
.B \--nocolors
Turns off the ncurses colors, it can be a more clear way to play the game in
some situations.
.TP
.B \--cheat
This will enable the cheat, which wraps words instantly when they are
written correctly. You don't need to press space/enter. It is another
question if this "cheat" actually helps..
.TP
.B \--training[=nm]
Training mode (where nm is speed number). It slows the game down. Speed
number tells how often words are moved, normally always. So that with number
"2", words move every second time in the loop and with "4" they move only
every fourth time. You can't obviously get your name in the high score list
by using this option.
.TP
.B \--server
Start typespeed in server mode. Typespeed will wait for other player to
connect.
.TP
.B \--client=addr
Start typespeed in client mode (where addr is network address of server)
Typespeed will try to connect to the given address and start network play.
.TP
.B \--port[=port]
Tells what tcp/ip port will typespeed be using in the network play. The
default port is 6025.
.TP
.B \--makescores
Reset/Make scorefiles for the wordfiles found in the dir defined in the
configs or if no config files exist, then in the current dir. Doesn't start
typespeed.
.TP
.B \--help
Little explaining of the parameters
.SH FILES
.br
.B /etc/typespeedrc
Config file
.br
.B $HOME/.typespeed.rc
Personal config file. Overrides the system config file
.P
The config file consists of only one line, which defines the directory of
typespeed's data files. It is usually /usr/local/lib/typespeed/.
.SH BUGS
Network game.
.SH AUTHORS
Jani Ollikainen <bestis@iki.fi>
.br
Jaakko Manelius <jman@iki.fi>
.P
Bugs/Ideas/Comments to <bestis@iki.fi>
|