Commit | Line | Data |
---|---|---|
b21e0e3a BA |
1 | p.boxed |
2 | | If A attacks B, then A can moves like B. | |
3 | ||
4 | p. | |
5 | This game follows the orthodox chess rules, with one addition: | |
6 | if a piece attacks another friendly one, it borrows powers from it and | |
7 | can move (and capture) like it. This does not apply to pawns and kings, | |
8 | which can neither move like another piece or share their abilities. | |
9 | ||
10 | figure.diagram-container | |
11 | .diagram.diag12 | |
12 | | fen:1r3k1r/2p3pp/2P5/p2p4/Pp1Q13/4N3/1PP1PP1P/4K3: | |
13 | .diagram.diag22 | |
14 | | fen:1r3k1r/2p3pp/2P1Q3/p2p4/Pp6/4N3/1PP1PP1P/4K3: | |
15 | figcaption Before and after Qe6# | |
16 | ||
17 | p. | |
18 | On the example above, the queen is attacking the knight and can therefore | |
19 | move like it on both diagrams, so this is checkmate after Qe6. | |
20 | ||
21 | h3 More information | |
22 | ||
23 | p | |
24 | | Join the Copycat | |
25 | a(href="https://discord.gg/tv9hVkQKa9") Discord server | |
26 | | :-) | |
27 | ||
28 | p Inventors: students at xxNarcissus school. |