We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{ "map": [ [ 0, 0, 1, 1, 1, 1, 0, 0 ], [ ... ], ... ], "moves": [ { "player": 0, "x": 0, "y": 0, "result": 0 }, { "player": 1, "x": 5, "y": 5, "result": 1 }, { "player": 1, "x": 5, "y": 6, "result": 0 }, ... ] }