dev-xero / chess.io-backend

Backend for chess.io — realtime multiplayer chess with authentication and analytics built in.
5 stars 0 forks source link

Implement checkmate, resignation and draw #1

Open dev-xero opened 2 weeks ago

dev-xero commented 2 weeks ago

Implement a system for terminating active games. It must signal both players about the game state.

Acceptance criteria

Notes

dev-xero commented 2 weeks ago

Add support for timeout too, through socket messages.