| 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 | Colored pieces appear at every "normal" pieces moves |
| 8 | (yellow for white, red for black): they live on |
| 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). |
| 13 | |
| 14 | p Notation for Alice pieces was chosen as follow: |
| 15 | ul |
| 16 | li Pawn : S |
| 17 | li Rook : U |
| 18 | li Knight : O |
| 19 | li Bishop : C |
| 20 | li Queen : T |
| 21 | li King : L |
| 22 | |
| 23 | figure.diagram-container |
| 24 | .diagram |
| 25 | | fen:rnbqkbnr/ppp1pppp/8/8/2p5/5O2/PP1PPPPP/RNBQKB1R: |
| 26 | figcaption After the moves 1.Nf3 Pd5 2.Pc4 Sxc4 |
| 27 | |
| 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 | |
| 33 | p. |
| 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. |
| 42 | |
| 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 | |
| 49 | h3 More information |
| 50 | |
| 51 | p |
| 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 | | . |
| 59 | |
| 60 | p Inventor: Vernon R. Parton (1953) |