Slight change in Ultima rules. TODO: merge with removed code 'isAttacked'
[vchess.git] / views / rules / Ultima.pug
CommitLineData
32cfcea4
BA
1p.boxed
2 | Pieces look the same but behave very differently.
3 | They generally move like an orthodox queen,
2eef6db6 4 | but capturing rules are complex.
32cfcea4
BA
5
6h3 Specifications
7
8ul
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.
c28265aa 14 li End of game: capture the king.
32cfcea4
BA
15
16h3 Non-capturing moves
17
18// TODO: short paragraph, only the king moves like an orthodox king
19
20h3 Capturing moves
21
22// TODO...
c28265aa 23// TODO: dire comment suicider une pièce immobilisée (self-capture)
32cfcea4
BA
24
25h3 End of the game
26
27// TODO: show the situation from Wikipedia page
c28265aa 28// tell that it's much simpler to go until king capture and not very different in this case
32cfcea4
BA
29
30h3 Credits
31
32p.
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).