Unix and Linux Discussions Tagged with move |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
4 |
1,690 |
Solaris |
|
|
|
1 |
1,727 |
Shell Programming and Scripting |
|
|
|
4 |
1,132 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
105 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
458 |
Shell Programming and Scripting |
|
|
|
11 |
410 |
Shell Programming and Scripting |
|
|
|
2 |
190 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
461 |
Shell Programming and Scripting |
|
|
|
6 |
445 |
Shell Programming and Scripting |
|
|
|
10 |
1,411 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
1,128 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
3 |
965 |
Shell Programming and Scripting |
|
|
|
1 |
1,530 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
860 |
Shell Programming and Scripting |
|
|
|
5 |
2,363 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
12,433 |
OS X (Apple) |
|
|
|
2 |
6,352 |
Shell Programming and Scripting |
|
|
|
6 |
3,243 |
Shell Programming and Scripting |
|
|
|
1 |
1,515 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
10,586 |
Shell Programming and Scripting |
|
|
|
14 |
20,330 |
AIX |
|
|
|
5 |
3,533 |
Shell Programming and Scripting |
|
|
|
11 |
15,009 |
Shell Programming and Scripting |
|
|
|
4 |
2,423 |
Shell Programming and Scripting |
|
|
|
2 |
12,331 |
Shell Programming and Scripting |
|
|
|
1 |
5,551 |
Shell Programming and Scripting |
|
|
|
0 |
889 |
UNIX and Linux RSS News |
|
|
|
1 |
4,097 |
Shell Programming and Scripting |
|
|
|
0 |
1,675 |
UNIX and Linux RSS News |
|
|
|
0 |
4,840 |
OS X Support RSS |
|
|
|
0 |
1,202 |
OS X Support RSS |
|
|
|
0 |
2,240 |
IT Security RSS |
|
|
|
3 |
2,441 |
Shell Programming and Scripting |
|
|
|
10 |
8,102 |
Ubuntu |
|
|
|
9 |
9,110 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,577 |
Shell Programming and Scripting |
|
|
|
1 |
2,088 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,060 |
UNIX and Linux RSS News |
|
|
|
11 |
2,760 |
Shell Programming and Scripting |
|
|
|
2 |
3,329 |
Shell Programming and Scripting |
CHECKERS(6) Games Manual CHECKERS(6)
NAME
checkers - game
SYNOPSIS
/usr/games/checkers
DESCRIPTION
Checkers uses standard notation for the board:
BLACK
+-----+------+------+------+------+------+------+------+
|//// | 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 | //// |
| | //// | | //// | | //// | | //// |
+-----+------+------+------+------+------+------+------+
+-----+------+------+----WHITE----+------+------+------+
Black plays first. The program normally plays white. To specify a move, name the square moved from and the square moved to. For multiple
jumps name all the squares touched.
Certain commands may be given instead of moves:
reverse Reverse roles; the program takes over your pieces.
backup Undo the last move for each player.
list Print the record of the game.
move Let the program select a move for you.
print Print a map of the present position.
CHECKERS(6)