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: | |
da06a6eb BA |
19 | | every time a piece is captured, the capturer "reserve" of waiting pieces is |
20 | | augmented with this figure. At every move, you may choose to land one of your | |
b41d5704 | 21 | | reserve pieces anywhere on the board (except first and last ranks for pawns), |
1221ac47 BA |
22 | | instead of playing a regular move. |
23 | ||
da06a6eb BA |
24 | p. |
25 | Move notation: an arobase '@' indicate piece landing. For example B@d4 means | |
26 | a bishop rebirth on d4 square, and @f3 is a pawn landing on f3. | |
27 | ||
28 | figure.diagram-container | |
29 | .diagram | |
05084186 | 30 | | fen:qnbrkb1r/ppNppp1p/2p2p2/8/8/5N2/P1PPPPPP/1RNQKBNR: |
da06a6eb BA |
31 | figcaption After 1.b3 Nf6 2.Bxf6 gxf6 3.Nf3 c6?? 4.N@c7# |
32 | ||
1221ac47 | 33 | p. |
b41d5704 | 34 | Note: capturing a promoted pawn put a pawn in the reserve, |
1221ac47 BA |
35 | not the promoted piece. This is to allow to gain material on last rank without |
36 | fear of giving a queen to the opponent. | |
37 | ||
e081ffe3 | 38 | h3 More information |
1221ac47 BA |
39 | |
40 | p | |
41 | | This variant is very popular, a possible starting point is | |
42 | a(href="https://www.chessvariants.com/other.dir/crazyhouse.html") lichess.org | |
43 | | . |