Add web pages on rules of Chess variants
[xboard.git] / whats_new / rules / FRC.html
1 <html>
2 <header>
3 <title>FRC</title>
4 </header>
5 <body>
6 <h1>Fischer Random Chess (Chess960)</h1>
7 <table cellpadding="20"><tr><td>
8 <img src="FRC.png">
9 </td><td>
10 <h3>Initial setup</h3>
11 <p>
12 There is no fixed setup;
13 the back-rank pieces are randomly shuffled with certain restrictions.
14 Black's setup is the mirror image of white's, though.
15 Both sides have:
16 </p><p>
17 1 King
18 <br>
19 1 Queen
20 <br>
21 2 Rooks
22 <br>
23 2 Bishops
24 <br>
25 2 Knights
26 <br>
27 a2-j2, a7-j7: Pawns
28 </p><p>
29 The Bishops must start on different colors.
30 The King must start between the Rooks.
31 </p>
32 </td></tr></table>
33 <table cellpadding="5" border="1"><tr><td>
34 Piece
35      </td><td>
36 ID
37      </td><td>
38 value
39      </td><td>
40 Moves (<a href="Betza.html">Betza notation</a>)
41      </td><td>
42 Remarks
43 </td></tr><tr><td>
44 King
45      </td><td>
46 K
47      </td><td>
48 -
49      </td><td>
50 K
51      </td><td>
52 Can castle with Rook, moving 3 steps towards it
53 </td></tr><tr><td>
54 Queen
55      </td><td>
56 Q
57      </td><td>
58 9.5
59      </td><td>
60 RB or Q
61      </td><td>
62
63 </td></tr><tr><td>
64 Rook
65      </td><td>
66 R
67      </td><td>
68 5
69      </td><td>
70 R
71      </td><td>
72
73 </td></tr><tr><td>
74 Bishop
75      </td><td>
76 B
77      </td><td>
78 3.5
79      </td><td>
80 B
81      </td><td>
82 Color-bound
83 </td></tr><tr><td>
84 Knight
85      </td><td>
86 N
87      </td><td>
88 3
89      </td><td>
90 N
91      </td><td>
92
93 </td></tr><tr><td>
94 Pawn
95      </td><td>
96 P
97      </td><td>
98 1
99      </td><td>
100 mfWcfF
101      </td><td>
102 Promotes to Q, R, B, or N on reaching last rank
103 </td></tr></table>
104 <h3>Pawn peculiarities</h3>
105 <ul>
106 <li>Pawns capture differently from how they move (straight move, diagonal capture).</li>
107 <li>Pawns can move two squares ahead from their initial position, provided they are not blocked.</li>
108 <li>On the move immediately after such a double push, they can be captured en passant by another Pawn,
109 as if they had only moved 1 square ahead.</li>
110 <li>Pawns promote to another (non-royal) piece of choice when they reach last rank.</li>
111 </ul>
112 <h3>Castling</h3>
113 <p>
114 A King that has not moved before can move to the c1/c8 or g1/g8 in the direction of a Rook that has not moved before,
115 in which case that Rook is moved to the square on the other side next to the King.
116 This is only allowed if all squares traveled through by King and Rook are empty (after their removal),
117 when the King is not in check on the square it came from,
118 and would not be in check on any of the squares it skipped over.
119 </p>
120 <h3>General rules</h3>
121 <ul>
122 <li>It is not allowed to expose your King to check.</li>
123 <li>The game is won by checkmating the opponent's King.</li>
124 <li>Stalemate (no legal moves, but not in check) is a draw.</li>
125 </ul>
126 <h3>XBoard interface issues</h3>
127 <p>
128 You can use the New Shuffle dialog to control the randomization of the initial position.
129 </p>
130 <h3>Differences with FIDE</h3>
131 <p>
132 The start position is not fixed, but randomly picked.
133 Castling is generalized to allow it with non-standard placement of King and Rooks.
134 </p>
135 <h3>Strategy issues</h3>
136 <p>
137 It is not possible to force checkmate on a bare King with just a single Bishop or Knight (in addition to your own King).
138 Two Knights cannot do that either.
139 </p>
140 <p>
141 Bishops are confined to squares of a single color.
142 Having Bishops on both colors compensates this weakness, and is worth an extra 0.5 on top of their added value.
143 </p>
144 <p>
145 </p>
146 <p>
147 </p>
148 <p>
149 </p>
150 <p>
151 </p>
152 </body>
153 </html>