Skip to content

Instantly share code, notes, and snippets.

@rlorca
Last active August 29, 2015 13:56
Show Gist options
  • Save rlorca/9258026 to your computer and use it in GitHub Desktop.
Save rlorca/9258026 to your computer and use it in GitHub Desktop.
* General form
Command (parameters*)\n
* General errors
ERR_INVALID_SEQUENCE 2
ERR_INVALID_COMMAND 4
* Commands
JOIN
Resp: OK [GO | WAIT] GAME_NUMBER
MOVE address
Resp: OK 1
ERR_NOT_YOUR_TURN 8
ERR_INVALID_MOVE 16
QUIT
Resp: OK 1
* Received messages
OP_MOVE address
END [LOSE | WIN]
BAN reason (range 500 - 600)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment