Last active
August 29, 2015 13:56
-
-
Save rlorca/9258026 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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