Fix Screen variant: allow any setup even if king captured
[vchess.git] / client / src / translations / rules / Bario / en.pug
CommitLineData
2da551a3
BA
1p.boxed
2 | Your pieces remain in an undefined state until they are moved.
2a0672a9 3
2da551a3
BA
4p.
5 Queens, rooks, bishops and knights begin the game in a reserve below
6 the board, because their location isn't determined yet.
7 At each turn, you can either move something already defined on the board, or
8ol
9 li move a piece from your reserve to any question mark, and then
10 li move the now defined piece on the board.
11
12p An undefined piece gives check if some specialization giving check exists.
13
14figure.diagram-container
15 .diagram
16 | fen:uuuuu1uk/p2p1qp1/1p6/7p/7P/5N2/PP1P1PP1/UUUKU1UU:
17 figcaption The white king cannot move, a rook might be on c8 or e8
18
19h4 Details, special cases
20
21p.
22 At the first turn, you must select a square for the king anywhere on
23 first rank. This deviates from the original intention of the author,
24 because castling rules would be rather tedious to implement.
25 Thus, you can instead "castle on move 1" :-)
26
27p.
28 If one of your undefined pieces is captured, you first have to choose which
29 one was captured from the reserve: place it at the capture location.
30
31p.
32 If after your move all your pieces are defined (and weren't before), then
33 all pieces on board revert to undefined state, unless:
34ul
35 li.
36 all your pieces (board + reserve) are now of the same type,
37 in which case none is put back in reserve, or
38 li.
39 all opponent's pieces are of the same type, in which case
40 they also remain defined.
41
42figure.diagram-container
43 .diagram.diag12
44 | fen:uuu1kuuu/2p5/2n5/1p1ppppp/p4PPP/3N3Q/PPPPP1BB/1RRUK3:
45 .diagram.diag22
46 | fen:uuu1kuuu/2p5/2u5/1p1ppppp/p4PPP/3UU2U/PPPPP1UU/1UU1K3:
47 figcaption.
48 Before and after knight definition on d1 (moving to e3)
49
50h3 More information
51
52p
53 | See the
54 a(href="https://www.bario-chess-checkers-chessphotography-spaceart.de/")
55 | author's page
56 |  with many examples and explanations, and the discussion
57 a(href="https://www.chessvariants.com/index/listcomments.php?order=DESC&itemid=Bario")
58 | on chessvariants.com
59 | .
60
61p Inventor: Panos Louridas (1998)