/randomizer
Starts a random position.
turn
The color as per these options.
wfor the white pieces.bfor the black pieces.
items
The piece composition string as per these options.
PPawnQQueenRRookBBBishop pairBNBishop and KnightQRQueen and Rook
Usage
Example
Get a random position with white to move; King and queen and rook vs. king and rook.
ws.send('/randomizer "{\\"turn\\":\\"w\\",\\"items\\":{\\"w\\":\\"QR\\",\\"b\\":\\"R\\"}}"');
{
"/randomizer": {
"turn": "w",
"fen": "1K1R4/8/4k3/8/3Q4/r7/8/8 w - -"
}
}