- Given moves leads to the fastest checkmate possible in the current board position.
The initial game state is described by the position of each piece: white king, white rook, and black king, formatted as
The goal of this puzzle is to, in each turn, provide a move leading to quickest checkmate, according to the Chess rules. Each move should be formatted as
After each white move, black's reply will be given in the same format.
A single line containing space-separated strings, whiteKing whiteRook blackKing positions in column-row format, e.g.
A single line containing a string opponentMove wih the opponent move encoded as from-to in column-row format, e.g.