Commit | Line | Data |
---|---|---|
68971030 BA |
1 | p.boxed. |
2 | Play the piece type determined by a dice roll. | |
3 | ||
4 | p. | |
5 | At each turn, click on any empty square first: you will see a piece type | |
6 | written in the moves list, and a piece of this nature will be highlighted on | |
7 | the board. You then have to play a move with this piece's type. | |
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 :) |