diff options
author | Joel Kronqvist <joel.kronqvist@iki.fi> | 2024-11-14 19:52:24 +0200 |
---|---|---|
committer | Joel Kronqvist <joel.kronqvist@iki.fi> | 2024-11-14 19:52:24 +0200 |
commit | ea18a265a22ffc4c3f6ec3ca9d2f542552da9705 (patch) | |
tree | d1c9c832d9fdb2592227c5a05254a28d178a0efd /protocol.txt | |
parent | a43812ed462630850edbf29bda182fbf1e5e1263 (diff) | |
download | scalevalapokalypsi-ea18a265a22ffc4c3f6ec3ca9d2f542552da9705.tar.gz scalevalapokalypsi-ea18a265a22ffc4c3f6ec3ca9d2f542552da9705.zip |
Added immediate turn start for client, required minor protocol tweak
Diffstat (limited to 'protocol.txt')
-rw-r--r-- | protocol.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol.txt b/protocol.txt index 7b13ab2..bbeae64 100644 --- a/protocol.txt +++ b/protocol.txt @@ -2,6 +2,7 @@ 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: N x [Action blocker indicator][Description of action during previous turn]CRLF |