chesslablab/chess-server

Make the server respond with the fifty-move rule value

programarivm opened this issue · 0 comments

Now that the fifty-move rule has been implemented in the PHP Chess library, the chess server is to respond accordingly. A new key-value pair needs to be added to the response returned by the state() method in ChessServer\Game\Game.

See:

Happy coding!