File: 3Dc-rules.html

package info (click to toggle)
3dchess 0.8.1-15
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 356 kB
  • ctags: 303
  • sloc: ansic: 3,036; sh: 127; makefile: 84
file content (107 lines) | stat: -rw-r--r-- 5,116 bytes parent folder | download | duplicates (9)
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<html>
<title>3Dc rules</title>
<h2>3Dc rules</h2>
Be careful - this can be heavy reading unless you have a board (or the 3Dc
program) in front of you.

<hr>
3Dc is played with three chess boards arranged one above another.  The pieces
on the middle board are the standard chess pieces; the other two boards have
the following pieces (with equivalent "normal" pieces parenthesized):
<ul>
<li>Prince (king)
<li>Princess (queen)
<li>Abbey (bishop) <I>(should have been <B>abbot</B>, but
                 the plastic piece was too hard to make, apparently)</I>
<li>Cannon (knight)
<li>Galley (rook)
</ul>
<p>

These pieces all move exacly like their equivalent pieces in chess, with the
exception of the cannon (which we'll come to later).
<p>

A brief note on naming: just as squares in chess are named <b>a1</b>,
<b>f3</b>, and so on, squares in 3Dc are named <b>Xa1</b>, <b>Yd7</b>, etc.,
with <b>X</b> being the top board, <b>Y</b> the middle, and <b>Z</b> the
bottom.
<p>

Back on the middle board..<br>
The knight moves as per the usual game of chess.  The other court pieces on the
middle board, as well as moving as they usually do, move in the third
dimension.  Imagining a straight line from one square in any direction gives
you twenty-six directions; along the three axes (6), at forty five degrees to
each axis (12), and at forty five degrees to each of those lines (8).
It's easier to imagine if you draw the boards, or if you hold one (real)
chess board above another.  If you've got a head for coordinates, then
you should realise that square <b>Yd4</b> is adjacent to <b>Xd4</b>,
<b>Xd5, <b>Ze3</b>, <b>Zc4</b> and
lots others.
<p>

In this manner, the king may move to one of twenty six squares, if it is in a
central position.  It can move to the eight squares as per normal chess, the
nine squares above it, and the nine below it.  Obviously, it may not move onto
a board which does not exist.
<p>

The queen moves in exactly the same manner.  Because the queen may move any
distance, special care must be taken when moving from the top to bottom boards
(or <em>vice versa</em>).  If moving diagonally up (or down) two levels, it
must take care to move two squares across in the appropriate direction.  So
<b>Xb2-Zd4</b> is legal, but <b>Zd4-Xe6</b> is not (it moved two boards up,
one rank forward, and two files right; it must move two in every direction
in which it is moving).  It may, of course, move directly up, in which case
there is no problem.
<p>

The bishop may move diagonally (as per usual), or diagonally and vertically.
That is, starting in square <b>Yd4</b>, it may move to any of the squares
<b>Zc3</b>, <b>Zc5</b>, <b>Ze3</b>, <b>Ze5</b>, <b>Xc3</b>, <b>Xc5</b>,
<b>Xe3</b>, <b>Xe5</b>, or the squares to which it would normally move if
playing chess on the <b>Y</b> board.
<p>

The rook moves, as you might expect, at forty five degrees to how the bishop
moves. This allows the rooks to come into play much earlier in 3Dc than in
normal chess, as it can move from, say, <b>Ya1</b> to <b>Za2</b> (assuming the
pawn which belongs there has vacated the square), thence to <b>Ya3</b> and a
threatening position.  It can also move directly up or down, to which the
bishop has no analogue.
<p>

The only remaining piece to describe is the cannon.  Just as the knight moves
two spaces in one direction and then one space in a perpendicular direction,
the cannon moves <em>three</em> spaces in one direction, two in a perpendicular
direction, and one in a direction perpendicular to both previous steps.  As
there are a maximum of two boards vertically above (or below) the cannon, the
first component of the move must be on the same board; but after that, the
cannon may move two boards up and one square across, or two squares across and
one board up.  The cannon must obviously change board every time it is moved,
and it moves a long way; it is the most common cause of anguish to beginner
players.  To combat players who are more experienced, many who have played
only a few games initially attempt to take all their opponents' cannons,
temporarily neglecting other aims in the game.
<p>

Special moves in the game are preserved.  Every pawn may be promoted to any
piece except a king or prince; en passant is a legal move.  The pawn
captures with a diagonal move but may only move forward when not capturing.
The pawn moves 1 or 2 spaces, according to the normal chess rules, and cannot
change levels (until it is promoted).  Castling is legal, but only kings and
rooks may castle (i.e. princes and galleys may not).  Castling has the usual
provisos (neither piece may have moved yet, and the king may never be in
check while castling).  Checking the king must be announced as usual.
<p>

The aim of 3Dc is also slightly more complex than in chess.  Mating the
opponent's king will win the game, as will capturing both his princes.  You
do not check a prince and thus do not have to declare when you threaten one.
Forking the king and prince is a popular move, as the king must be moved out
of check (of course, capturing the offending piece is a better solution..).
<p>

</html>