Commit | Line | Data |
---|---|---|
90df90bc | 1 | p.boxed. |
596e24d0 | 2 | Some moves have random effects. The goal is to capture the enemy king. |
00eef1ca | 3 | |
596e24d0 BA |
4 | p |
5 | | Pieces move as usual, but they all hide a special "power" inspired by | |
6 | a(href="https://fr.wikipedia.org/wiki/Mario_Kart") Mario Kart | |
7 | | : | |
8 | ul | |
9 | li. | |
10 | The pawn (Toad) leaves a "turbo" mushroom one square before its | |
11 | destination. This corresponds to its initial square, except after the | |
12 | potential initial two squares move. | |
13 | li. | |
14 | The knight (Yoshi) let an egg on the first intermediate square | |
15 | orthogonally adjacent in the direction of the movement. If this is not | |
16 | possible, then the egg stays on the initial square. | |
17 | li. | |
18 | The rook (Donkey) put a banana on a square diagonally adjacent to the | |
77fc0c65 | 19 | arrival one, at random, if possible. |
596e24d0 BA |
20 | li. |
21 | The bishop (Wario) put a bomb on a square orthogonally adjacent to the | |
77fc0c65 | 22 | arrival one, at random, if possible. |
596e24d0 BA |
23 | li. |
24 | The queen (Mario) can play a stealth move once in the game: choose the | |
25 | empty square when the queen is going to an empty square. After this move, | |
26 | the opponent will know that a queen moved but not where. | |
27 | A promoted queen also has this power if not already used. | |
28 | li. | |
29 | The king (Peach) can "throw a shell" on an enemy reachable by a queen, | |
30 | once in the game. A promoted king also has this power, if not already used. | |
31 | The capture is done remotely without moving. | |
1c6fd864 | 32 | p The king cannot castle, and pawns don't capture en passant. |
596e24d0 BA |
33 | |
34 | figure.diagram-container | |
35 | .diagram | |
36 | | fen:qbbrrnek/pppppppp/5n2/8/1BwP4/3m4/PPP1PPPP/QBNN1KRR: | |
37 | figcaption After 1.d4 Nf6 2.Bb4 (put a bomb on c4). | |
38 | ||
39 | p. | |
40 | So the goal is to capture Peach :) | |
41 | If pawns promoted into king, then all of them must be captured. | |
42e37983 BA |
42 | Since it still looked too easy '^^ the 4 mentioned objects |
43 | alter the played move, generally at random: | |
596e24d0 BA |
44 | ul |
45 | li. | |
46 | A king or a pawn arriving on a mushroom advance one square further | |
47 | (two if the pawn just moved two squares), while a knight jump another | |
48 | time in the same direction, if possible. | |
49 | Pawns can "eat" objects diagonally too. | |
50 | li. | |
51 | A rook, bishop or queen arriving on a mushroom can jump over the very next | |
52 | piece in the movement direction, if the square right after isn't occupied | |
53 | by a piece of its color. | |
54 | If the opponent stands there, he is captured. | |
55 | li. | |
56 | A piece arriving on a banana (resp. bomb) is redirected at random by one | |
57 | square in an orthogonal (resp. diagonal) direction, if possible. | |
7c8d0174 | 58 | An enemy piece could be captured in this way. |
596e24d0 BA |
59 | p. |
60 | The effects can cumulate, as illustrated on the diagram: | |
61 | the bishop "captures" the banana on e4, and is then redirected twoard e5: | |
62 | mushroom, it jumps over the black pawn to ends on the bomb on e7, which | |
63 | sends it on d6 (f6 and f8 were possible too). | |
64 | A bomb is finally put on c6 which is the only eligible square. | |
65 | A piece may ends on its initial square, move back, and so on. | |
66 | That being said, a given object can only be used once on the path. | |
67 | ||
68 | figure.diagram-container | |
69 | .diagram.diag12 | |
70 | | fen:rn1b2qk/pbppwppp/1w2p3/1p1Rm3/3PdnPr/4P1d1/PPP1mP1P/NNB1KRQB: | |
71 | .diagram.diag22 | |
72 | | fen:rn1b2qk/pbpp1ppp/1wwBp3/1p1R4/3P1nPr/4P1d1/PPP1mP1P/NNB1KRQ1: | |
73 | figcaption Left: before 1.Bxe4. Right: after the move, ending on d6. | |
74 | ||
75 | p. | |
76 | The egg case is more complex: a move ending on an egg triggers an effect | |
77 | chosen at random, positive or negative. | |
78 | There are four bonus and four penalties. They are introduced in a dual form: | |
79 | first the positive, then the negative. | |
80 | ul | |
81 | li. | |
82 | King Boo (*B) let you exchange the position of the playing piece with any | |
83 | of the pieces of the board. | |
84 | li Koopa (*K) drives the piece back onto its initial square. | |
85 | li. | |
86 | Toadette (*T) allows to place a captured piece on the board (on an empty | |
87 | square or an object; if it's a banana or a bomb, the effect is applied | |
88 | and may propagate). | |
89 | li. | |
90 | Chomp (*C) eats the piece, which is thus captured. If it's Peach, | |
91 | then you have lost :) | |
92 | li Daisy (*D) allows to play again with the same piece. | |
93 | li. | |
94 | Bowser (*M) immobilizes the piece (which turns into yellow or red). | |
95 | It won't be allowed to move on next turn. | |
96 | li Luigi (*L) change the color of an enemy piece. | |
97 | li Waluigi (*W) change the color of one of your pieces. | |
98 | ||
99 | figure.diagram-container | |
100 | .diagram.diag12 | |
101 | | fen:erk2rq1/1m2e1m1/mppmne1m/p1BpppPp/mm1P1QbP/1Nmnw1dm/e1mP2d1/1BwR1RKN: | |
102 | .diagram.diag22 | |
103 | | fen:erk3Q1/1m2e1d1/mppmnr1m/p1BpppPp/mm1P1QbP/1Nmnw1dm/e1mP2d1/1BwR1RKN: | |
104 | figcaption. | |
105 | 1...Rxf6*W: Waluigi turns the g8 queen into white. | |
106 | She can capture the king. Bad luck :( | |
107 | ||
108 | p. | |
77fc0c65 | 109 | Note: some bonus might not be applicable. In particular, if no piece was |
596e24d0 BA |
110 | captured "Toadette" cannot be applied. |
111 | ||
596e24d0 BA |
112 | h3 Source |
113 | ||
114 | p. | |
115 | Rules invented by Charlotte Blard, and developed by Benjamin Auder (2020). | |
116 | These are likely to evolve :) |