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