BSD 2 development
[unix-history] / man / chessclock.u
CommitLineData
8b3a6d2f
BJ
1.TH CHESSCLOCK UCB 2/24/79 UCB
2.SH NAME
3chessclock \- a poor mans chess clock
4.SH SYNOPSIS
5.B chessclock
6[
7.B \-m
8moves ] [
9.B \-t
10time ] [
11.B \-M
12contmoves ] [
13.B \-T
14conttime ]
15.SH DESCRIPTION
16.I Chessclock
17is an electronic chessclock for crt's.
18The space bar switches the clock.
19The clock can be paused by `p' and continued by `c'.
20The `q' key quits the clock.
21The `!' key pauses the clock and forks a shell on one input line.
22Any other key describes these options.
23.PP
24By default
25.I chessclock
26implements five minute chess.
27Each player has at most five minutes to play the game.
28A move limit can be specified with
29.B \-m
30after this many moves have elapsed the clocks are reset and the
31same number of moves must be played in the same amount of time.
32A different amount of time (in minutes) can be given with the
33.B \-t
34option.
35.PP
36To give a different continuation strategy after the basic period
37one can give the continuation time with the
38.B \-T
39flag and the number of moves in a continuation period with
40.B \-M.
41If either of these is specified, the other defaults to the basic period
42quantity.
43.PP
44Finally, argument times may be include `:' to give times in
45minutes and seconds rather than just minutes.
46.SH FILES
47.DT
48/bin/sh Shell
49.SH AUTHOR
50Bill Joy
51.SH BUGS
52Unequal settings of the clock for black and white are not possible.