Unix and Linux Discussions Tagged with move |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
4 |
4,659 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
9,668 |
Shell Programming and Scripting |
|
|
|
7 |
13,359 |
Shell Programming and Scripting |
|
|
|
14 |
4,083 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
9,067 |
Shell Programming and Scripting |
|
|
|
8 |
2,162 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
13,122 |
Solaris |
|
|
|
1 |
10,628 |
Shell Programming and Scripting |
|
|
|
4 |
3,327 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
730 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,625 |
Shell Programming and Scripting |
|
|
|
11 |
1,488 |
Shell Programming and Scripting |
|
|
|
2 |
848 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
1,405 |
Shell Programming and Scripting |
|
|
|
6 |
2,580 |
Shell Programming and Scripting |
|
|
|
10 |
3,438 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
1,954 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
3 |
1,685 |
Shell Programming and Scripting |
|
|
|
1 |
2,669 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
1,331 |
Shell Programming and Scripting |
|
|
|
5 |
3,079 |
UNIX for Dummies Questions & Answers |
|
|
|
10 |
16,596 |
OS X (Apple) |
|
|
|
2 |
6,852 |
Shell Programming and Scripting |
|
|
|
6 |
4,237 |
Shell Programming and Scripting |
|
|
|
1 |
2,170 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
11,808 |
Shell Programming and Scripting |
|
|
|
14 |
22,650 |
AIX |
|
|
|
5 |
3,945 |
Shell Programming and Scripting |
|
|
|
11 |
16,258 |
Shell Programming and Scripting |
|
|
|
4 |
3,086 |
Shell Programming and Scripting |
|
|
|
2 |
12,858 |
Shell Programming and Scripting |
|
|
|
1 |
6,181 |
Shell Programming and Scripting |
|
|
|
0 |
1,234 |
UNIX and Linux RSS News |
|
|
|
1 |
5,792 |
Shell Programming and Scripting |
|
|
|
0 |
2,084 |
UNIX and Linux RSS News |
|
|
|
0 |
5,100 |
OS X Support RSS |
|
|
|
0 |
1,430 |
OS X Support RSS |
|
|
|
0 |
2,502 |
IT Security RSS |
|
|
|
3 |
2,887 |
Shell Programming and Scripting |
|
|
|
10 |
9,203 |
Ubuntu |
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)