Commit | Line | Data |
---|---|---|
68971030 BA |
1 | p.boxed. |
2 | Play the piece type determined by a dice roll. | |
3 | ||
4 | p. | |
6e0f2842 BA |
5 | The first white move is chosen freely. Then, at each turn, you must play a |
6 | piece of the highlighted type on the board. | |
7 | The piece's type to play is indicated in the moves list as well. | |
68971030 BA |
8 | |
9 | p There is no check or checkmate: the goal is to capture the king. | |
10 | ||
11 | figure.diagram-container | |
12 | .diagram | |
13 | | fen:r1b2b1r/pp2p3/2p2q2/3p1kpp/1P2Qp2/2K2P1P/P1PP2P1/RNB2BNR: | |
14 | figcaption Both kings could be captured if the dice indicated a queen. | |
15 | ||
0ada7ac5 BA |
16 | p. |
17 | Note: a pawn promotion into a piece type 'T' is a valid move | |
18 | if the dice shows 'T'. | |
19 | ||
68971030 BA |
20 | p. |
21 | Games are likely to be very random with this constraint. | |
22 | Play at your own risk :) |