Separate client and server codes. Keep everything in one git repo for simplicity
[vchess.git] / client / client_OLD / views / rules / Alice / en.pug
CommitLineData
0596f5e7
BA
1p.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.
a4cf093a 4
0596f5e7
BA
5p.
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).
a4cf093a
BA
12
13p Notation for Alice pieces was chosen as follow:
14ul
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
22figure.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
0596f5e7
BA
27p.
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.
a4cf093a 36
0596f5e7 37h3 End of the game
a4cf093a 38
2316f8b8 39p.
0596f5e7
BA
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.
a4cf093a 43
e081ffe3 44h3 More information
a4cf093a
BA
45
46p
e081ffe3 47 | See the Alice chess pages on
0596f5e7
BA
48 a(href="https://www.chessvariants.com/other.dir/alice.html")
49 | chessvariants.com
e8e4adbd 50 |  and on
92342261
BA
51 a(href="https://www.schemingmind.com/journalarticle.aspx?article_id=9")
52 | schemingmind.com
a4cf093a 53 | .