Commit | Line | Data |
---|---|---|
6e47d367 BA |
1 | p.boxed. |
2 | After each capture, you must play again with the capturing piece, | |
3 | moving as the captured unit. | |
4 | ||
5 | p. | |
6 | Having captured, a unit must immediately play a non-capturing move, | |
7 | using only the movements of the captured unit from the | |
8 | capture-square. If no such move is available, the capture is illegal. | |
9 | For example, on the following diagram after 4.Bxc6 the bishop will have a | |
10 | knight move to execute, arriving either on a5, b4, d4, e7 or b8. | |
11 | ||
12 | figure.diagram-container | |
13 | .diagram.diag12 | |
14 | | fen:r1bqkb1r/pppp1ppp/2n2n2/1B2p3/4P3/5N2/PPPP1PPP/RNBQK2R: | |
15 | .diagram.diag22 | |
16 | | fen:r1bqkb1r/pppp1ppp/5n2/B3p3/4P3/5N2/PPPP1PPP/RNBQK2R: | |
17 | figcaption Left: before Bxc6. Right: after Bxc6,Ba5 | |
18 | ||
19 | p. | |
20 | Promotion can occur when a pawn arrives on the last rank as the result | |
21 | of a Take & Make move. Pawns can also take on the final rank: | |
22 | they promote, and immediatly make a move as the captured unit. | |
23 | ||
24 | p. | |
25 | Note: the king can be under check after a capture, and cover the check with | |
26 | the subsequent "as-captured" move, as the following diagram illustrates. | |
27 | ||
28 | figure.diagram-container | |
29 | .diagram | |
30 | | fen:rnbq2nr/ppp2ppp/4p3/3p4/1k1P4/P1N2N2/1PP1PPPP/R2QKB1R c3: | |
31 | figcaption The king can take the knight and then move to a4, b5 or e4. | |
32 | ||
33 | p. | |
34 | Checks are as in normal chess: after the | |
35 | notional capture of the checked King, the checking unit does not move away | |
36 | from the King's square. | |
37 | ||
38 | figure.diagram-container | |
39 | .diagram | |
40 | | fen:r1bqkbnr/1ppppppp/2n2N2/p7/8/8/PPPPPPPP/R1BQKBNR: | |
41 | figcaption The black king is in check. | |
42 | ||
43 | h3 Source | |
44 | ||
45 | p | |
46 | | These rules are slightly modified from the definition given | |
47 | a(href="http://www.strategems.net/sections/fairy_defs.html") on this page | |
48 | | . (Type 'take' in the search box). |