1CHECKERS(6)                      Games Manual                      CHECKERS(6)
2
3
4

NAME

6       checkers - game
7

SYNOPSIS

9       /usr/games/checkers
10

DESCRIPTION

12       Checkers uses standard notation for the board:
13
14                                        BLACK
15
16               ┌─────┬──────┬──────┬──────┬──────┬──────┬──────┬──────┐
17               │//// │    1 │ //// │    2 │ //// │    3 │ //// │    4 │
18               │//// │      │ //// │      │ //// │      │ //// │      │
19               ├─────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
20               │   5 │ //// │    6 │ //// │    7 │ //// │    8 │ //// │
21               │     │ //// │      │ //// │      │ //// │      │ //// │
22               ├─────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
23               │//// │    9 │ //// │   10 │ //// │   11 │ //// │   12 │
24               │//// │      │ //// │      │ //// │      │ //// │      │
25               ├─────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
26               │  13 │ //// │   14 │ //// │   15 │ //// │   16 │ //// │
27               │     │ //// │      │ //// │      │ //// │      │ //// │
28               ├─────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
29               │//// │   17 │ //// │   18 │ //// │   19 │ //// │   20 │
30               │//// │      │ //// │      │ //// │      │ //// │      │
31               ├─────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
32               │  21 │ //// │   22 │ //// │   23 │ //// │   24 │ //// │
33               │     │ //// │      │ //// │      │ //// │      │ //// │
34               ├─────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
35               │//// │   25 │ //// │   26 │ //// │   27 │ //// │   28 │
36               │//// │      │ //// │      │ //// │      │ //// │      │
37               ├─────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
38               │  29 │ //// │   30 │ //// │   31 │ //// │   32 │ //// │
39               │     │ //// │      │ //// │      │ //// │      │ //// │
40               ├─────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┤
41               └─────┴──────┴──────┴─────W─H┴I─T─E────┴──────┴──────┴──────┘
42
43       Black  plays  first.   The  program normally plays white.  To specify a
44       move, name the square moved from and the square moved to.  For multiple
45       jumps name all the squares touched.
46
47       Certain commands may be given instead of moves:
48
49       reverse  Reverse roles; the program takes over your pieces.
50
51       backup   Undo the last move for each player.
52
53       list     Print the record of the game.
54
55       move     Let the program select a move for you.
56
57       print    Print a map of the present position.
58
59
60
61                                                                   CHECKERS(6)
Impressum