run tidy over html files; added include for gnu pages
[xboard.git] / whats_new / rules / template.html
1 <!--#include virtual="/server/html5-header.html" -->
2   <title>Gothic Chess</title>
3 <!--#include virtual="/server/banner.html" -->
4 <!--#set var="article_name" value="/server/standards/boilerplate" -->
5 <!--#include virtual="/server/gnun/initial-translations-list.html" -->
6   <h1>Gothic Chess</h1>
7
8   <table cellpadding="20">
9     <tr>
10       <td><img src="Gothic.png"></td>
11
12       <td>
13         <h3>Initial setup</h3>
14
15         <p>f1, f8: King<br>
16         d1, d8: Queen<br>
17         e1, e8: Chancellor<br>
18         g1, g8: Archbishop<br>
19         a1, a8, j1, j8: Rook<br>
20         c1, c8, h1, h8: Bishop<br>
21         b1, b8, i1, i8: Knight<br>
22         a2-j2, a8-j8: Pawns</p>
23       </td>
24     </tr>
25   </table>
26
27   <table cellpadding="5" border="1">
28     <tr>
29       <td>Piece</td>
30
31       <td>ID</td>
32
33       <td>value</td>
34
35       <td>Moves (<a href="Betza.html">Betza notation</a>)</td>
36
37       <td>Remarks</td>
38     </tr>
39
40     <tr>
41       <td>King</td>
42
43       <td>K</td>
44
45       <td>-</td>
46
47       <td>WF</td>
48
49       <td>Can castle with Rook, moving 2 steps towards it</td>
50     </tr>
51
52     <tr>
53       <td>Queen</td>
54
55       <td>Q</td>
56
57       <td>9.5</td>
58
59       <td>WWFF</td>
60
61       <td></td>
62     </tr>
63
64     <tr>
65       <td>Chancellor</td>
66
67       <td>C</td>
68
69       <td>9</td>
70
71       <td>WWFF</td>
72
73       <td></td>
74     </tr>
75
76     <tr>
77       <td>ArchBishop</td>
78
79       <td>A</td>
80
81       <td>8.75</td>
82
83       <td>WWFF</td>
84
85       <td></td>
86     </tr>
87
88     <tr>
89       <td>Rook</td>
90
91       <td>R</td>
92
93       <td>5</td>
94
95       <td>WW</td>
96
97       <td></td>
98     </tr>
99
100     <tr>
101       <td>Bishop</td>
102
103       <td>B</td>
104
105       <td>3.5</td>
106
107       <td>FF</td>
108
109       <td>Color-bound</td>
110     </tr>
111
112     <tr>
113       <td>Knight</td>
114
115       <td>N</td>
116
117       <td>3</td>
118
119       <td></td>
120
121       <td>N</td>
122     </tr>
123
124     <tr>
125       <td>Pawn</td>
126
127       <td>P</td>
128
129       <td>1</td>
130
131       <td>mfWcfF</td>
132
133       <td>Promotes to Q, R, B, or N on reaching last rank</td>
134     </tr>
135   </table>
136
137   <h3>Pawn peculiarities</h3>
138
139   <ul>
140     <li>Pawns capture differently from how they move (straight
141     move, diagonal capture).</li>
142
143     <li>Pawns can move two squares ahead from their initial
144     position, provided they are not blocked.</li>
145
146     <li>On the move immediately after such a double push, they can
147     be captured en passant by another Pawn, as if they had only
148     moved 1 square ahead.</li>
149
150     <li>Pawns promote to another (non-royal) piece of choice when
151     they reach last rank.</li>
152   </ul>
153
154   <h3>Castling</h3>
155
156   <p>A King that has not moved before can move two squares in the
157   direction of a Rook that has not moved before, in which case that
158   Rook is moved to the square the King skipped over. This is only
159   allowed when the King is not in check, on the square it came from
160   and would not be in check on the square it skipped over.</p>
161
162   <h3>General rules</h3>
163
164   <ul>
165     <li>It is not allowed to expose your King to check.</li>
166
167     <li>The game is won by checkmating the opponent's King.</li>
168
169     <li>Stalemate (no legal moves, but not in check) is a
170     draw.</li>
171   </ul>
172
173   <h3>Differences with FIDE</h3>
174
175   <p>None.</p>
176
177   <h3>Strategy issues</h3>
178
179   <p>It is not possible to force checkmate on a bare King with just
180   a single Bishop or Knight (in addition to your own King).</p>
181
182   <p>Bishops are confined to squares of a single color. Having
183   Bishops on both colors compensates this weakness, and is worth an
184   extra 0.5 on top of their added value.</p>
185
186   <p>As Chancellor and Queen are nearly equal in value to Queen,
187   under-promotion is very common.</p>
188  </div><!-- for id="content", starts in the include above -->
189 <!--#include virtual="/server/footer.html" -->
190 </body>
191 </html>