Commit | Line | Data |
---|---|---|
0596f5e7 | 1 | p.boxed. |
c75838d9 BA |
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 | 5 | p. |
c75838d9 | 6 | Two boards are used in this variant (represented on only one). |
f9c36b2d BA |
7 | Colored pieces appear at every "normal" pieces moves |
8 | (yellow for white, red for black): they live on | |
c75838d9 BA |
9 | another board. When moved, they return to the initial board. |
10 | Orthodox rules apply on each board. | |
11 | In addition, the final square should not be occupied by a piece from the | |
12 | other board (thus allowing to represent all on one board). | |
a4cf093a BA |
13 | |
14 | p Notation for Alice pieces was chosen as follow: | |
15 | ul | |
c75838d9 BA |
16 | li Pawn : S |
17 | li Rook : U | |
18 | li Knight : O | |
19 | li Bishop : C | |
20 | li Queen : T | |
21 | li King : L | |
a4cf093a BA |
22 | |
23 | figure.diagram-container | |
d7083722 | 24 | .diagram |
c75838d9 BA |
25 | | fen:rnbqkbnr/ppp1pppp/8/8/2p5/5O2/PP1PPPPP/RNBQKB1R: |
26 | figcaption After the moves 1.Nf3 Pd5 2.Pc4 Sxc4 | |
a4cf093a | 27 | |
e791b158 BA |
28 | p. |
29 | As in the orthodox game, win by checkmating the king. | |
30 | It shouldn't be able to escape the check, not even by moving to the other | |
31 | board. | |
32 | ||
0596f5e7 | 33 | p. |
c75838d9 BA |
34 | En-passant and castle occur as they do in the standard game. |
35 | More specifically, en-passant is possible regardless of the worlds pawns | |
36 | are in. This is justified because pawns "go through the mirror" while moving, | |
37 | and can thus be captured either right after or just before they pass the | |
38 | mirror. | |
39 | Castling should be legal according to orthodox rules on the board 1 (it | |
40 | cannot occur on board 2, because it would mean king and rook moved). | |
41 | Moreover, the king cannot be in check on board 2 after castling. | |
a4cf093a | 42 | |
22e01c6d BA |
43 | p. |
44 | Any move played should be legal on the board it is done, | |
45 | and result in a legal situation on the other board. For example | |
46 | 1.Pe4 Pd5 2.Be2!? Sxe4?? 3.Cb5# is checkmate because | |
47 | 3...Kd7 is not valid on board 1. | |
48 | ||
e081ffe3 | 49 | h3 More information |
a4cf093a BA |
50 | |
51 | p | |
c75838d9 BA |
52 | | See the Alice chess pages on |
53 | a(href="https://www.chessvariants.com/other.dir/alice.html") | |
54 | | chessvariants.com | |
55 | | and on | |
56 | a(href="https://www.schemingmind.com/journalarticle.aspx?article_id=9") | |
57 | | schemingmind.com | |
58 | | . | |
d048c4c9 BA |
59 | |
60 | p Inventor: Vernon R. Parton (1953) |