Commit | Line | Data |
---|---|---|
f5435757 BA |
1 | <p> |
2 | Pawn, Knight, Bishop and Rook add an object on the board | |
3 | every time they move. King and Queen have special powers. | |
4 | </p> | |
f8b43ef7 | 5 | |
3a77a0b4 BA |
6 | <ul> |
7 | <li>Mushrooms speed-up your pieces.</li> | |
8 | <li>Bananas redirect by one square orthogonally.</li> | |
9 | <li>Bombs redirect by one square diagonally.</li> | |
bc2bc396 | 10 | <li>Eggs hide either a bonus or malus: see full description.</li> |
3a77a0b4 | 11 | </ul> |
6f74b81a | 12 | |
a55fde41 BA |
13 | <p> |
14 | <a target="_blank" href="/variants/Chakart/complete_rules.html"> | |
15 | Full rules description. | |
16 | </a> | |
17 | </p> | |
bc2bc396 | 18 | |
6f74b81a | 19 | <p class="author">Charlotte Blard & Benjamin Auder (2020).</p> |