diff options
author | Joel Kronqvist <joel.kronqvist@iki.fi> | 2024-11-14 19:25:19 +0200 |
---|---|---|
committer | Joel Kronqvist <joel.kronqvist@iki.fi> | 2024-11-14 19:25:19 +0200 |
commit | a43812ed462630850edbf29bda182fbf1e5e1263 (patch) | |
tree | 20e84b60adee6fa31ceb970ffccffa5b6b583d86 /protocol.txt | |
parent | c87263e9e493fe6c130f5ad6a523871c08987f4c (diff) | |
download | scalevalapokalypsi-a43812ed462630850edbf29bda182fbf1e5e1263.tar.gz scalevalapokalypsi-a43812ed462630850edbf29bda182fbf1e5e1263.zip |
Immediate printing of actions & no prompt on blocking action & refactoring
Diffstat (limited to 'protocol.txt')
-rw-r--r-- | protocol.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol.txt b/protocol.txt index 15cc75c..7b13ab2 100644 --- a/protocol.txt +++ b/protocol.txt @@ -4,7 +4,7 @@ Server: [good/version old] Server: [time limit in int/secs]CRLF # signifies game start Before turn: -N x [Description of action during previous turn]CRLF +N x [Action blocker indicator][Description of action during previous turn]CRLF At start of turn: Server: [turn indicator]CRLF [Description of area]CRLF |