df8571f4220f40be78bfc1b768fe39befcf79151
[vchess.git] / views / rules / Ultima.pug
1 p.boxed
2 | Pieces look the same but behave very differently.
3 | They generally move like an orthodox queen,
4 | but capturing rules are complex.
5
6 h3 Specifications
7
8 ul
9 li Chessboard: standard.
10 li Material: "standard".
11 li Non-capturing moves: often like queen.
12 li Special moves: none.
13 li Captures: very special.
14 li End of game: capture the king.
15
16 h3 Non-capturing moves
17
18 // TODO: short paragraph, only the king moves like an orthodox king
19
20 h3 Capturing moves
21
22 // TODO...
23 // TODO: dire comment suicider une pièce immobilisée (self-capture)
24
25 h3 End of the game
26
27 // TODO: show the situation from Wikipedia page
28 // tell that it's much simpler to go until king capture and not very different in this case
29
30 h3 Credits
31
32 p.
33 A good starting point is the
34 #[a(href="https://en.wikipedia.org/wiki/Baroque_chess") Wikipedia page],
35 which also gives pointers to other interesting pages (including chessvariants.com,
36 as usual).