The online play-vs-bot feature assumes that the `state` object returned by bots is JSON serialisable. Make this explicit in the documentation. (My bot produces a `Position()` instance which is not seralisable but could be made to be)
The online play-vs-bot feature assumes that the
stateobject returned by bots is JSON serialisable. Make this explicit in the documentation.(My bot produces a
Position()instance which is not seralisable but could be made to be)