diff options
Diffstat (limited to 'protocol.txt')
-rw-r--r-- | protocol.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/protocol.txt b/protocol.txt new file mode 100644 index 0000000..f38e778 --- /dev/null +++ b/protocol.txt @@ -0,0 +1,18 @@ +Client: [version number]CRLF[client name|] +Server: [good/version old] +... +Server: [time limit in int/secs]CRLF # signifies game start + [instantly gives turn info] + +Before turn: +[Action blocking|nonblocking|sing indicator] + if action indicator => [Description of action during turn]CRLF + if sing indicator => [Line to sing]CRLF +At start of turn: +Server: [turn indicator]CRLF + [Description of area]CRLF + [Directions separated with semicolon]CRLF + [Visible items separated with semicolon]CRLF + [Entities separated with semicolon]CRLF + +When running turn: [CRLF-separated list of things happening in the players room] |