Step toward a one-page application
[vchess.git] / views / rules / Alice / en.pug
1 p.boxed.
2 Every move played ends up on another board (the "other side of the mirror").
3 There are two boards. All pieces start on board 1.
4
5 p.
6 Two boards are used in this variant (represented on only one).
7 Upside-down pieces appear at every "normal" pieces moves: they live on
8 another board. When moved, they return to the initial board.
9 Orthodox rules apply on each board.
10 In addition, the final square should not be occupied by a piece from the
11 other board (thus allowing to represent all on one board).
12
13 p Notation for Alice pieces was chosen as follow:
14 ul
15 li Pawn : S
16 li Rook : U
17 li Knight : O
18 li Bishop : C
19 li Queen : T
20 li King : L
21
22 figure.diagram-container
23 .diagram
24 | fen:rnbqkbnr/ppp1pppp/8/8/2p5/5O2/PP1PPPPP/RNBQKB1R:
25 figcaption After the moves 1.Nf3 Pd5 2.Pc4 Sxc4
26
27 p.
28 En-passant and castle occur as they do in the standard game.
29 More specifically, en-passant is possible regardless of the worlds pawns
30 are in. This is justified because pawns "go through the mirror" while moving,
31 and can thus be captured either right after or just before they pass the
32 mirror.
33 Castling should be legal according to orthodox rules on the board 1 (it
34 cannot occur on board 2, because it would mean king and rook moved).
35 Moreover, the king cannot be in check on board 2 after castling.
36
37 h3 End of the game
38
39 p.
40 As in the orthodox game, win by checkmating the king.
41 It shouldn't be able to escape the check, not even by moving to the other
42 board.
43
44 h3 More information
45
46 p
47 | See the Alice chess pages on
48 a(href="https://www.chessvariants.com/other.dir/alice.html")
49 | chessvariants.com
50 |  and on
51 a(href="https://www.schemingmind.com/journalarticle.aspx?article_id=9")
52 | schemingmind.com
53 | .