Commit | Line | Data |
---|---|---|
1221ac47 | 1 | p.boxed |
92342261 BA |
2 | | Every captured piece can be re-used by the capturer, |
3 | | landing it anywhere instead of moving a piece. | |
1221ac47 BA |
4 | |
5 | h3 Specifications | |
6 | ||
7 | ul | |
8 | li Chessboard: standard. | |
9 | li Material: standard. | |
10 | li Non-capturing moves: standard. | |
11 | li Special moves: standard + rebirth. | |
12 | li Captures: standard. | |
13 | li End of game: standard. | |
14 | ||
15 | h3 Basics | |
16 | ||
17 | p | |
18 | | Orthodox rules apply, with only one change: | |
19 | | every time you capture a piece, your "reserve" of waiting pieces is augmented | |
20 | | with this figure. At every move, you may choose to land one of your reserve | |
21 | | pieces anywhere on the board (except last rank for pawns), | |
22 | | instead of playing a regular move. | |
23 | ||
24 | p. | |
25 | Note: when a promoted pawn is captured, capturing it put a pawn in the reserve, | |
26 | not the promoted piece. This is to allow to gain material on last rank without | |
27 | fear of giving a queen to the opponent. | |
28 | ||
29 | h3 Credits | |
30 | ||
31 | p | |
32 | | This variant is very popular, a possible starting point is | |
33 | a(href="https://www.chessvariants.com/other.dir/crazyhouse.html") lichess.org | |
34 | | . |