home · contact · privacy
Register game commands and tasks outside of game module.
[plomrogue2-experiments] / README.md
index 06db7d770679966e447a4a9dee533de5895dee64..0fd568fd014bc0de07c83d97335a855938b4c26a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,11 +19,4 @@ dialogue:
 * `./client.py`
 * `./server.py`
 
-The following commands can be sent from client to server:
-
-* `QUIT` – closes the connection
-* `FIB` followed by positive integers (all tokens separated by ` `; for each
-  such integer n, calculates th nn-th Fibonacci number (this allows for testing
-  parallel CPU-heavy computation)
-
 See `./requirements.txt` for the dependencies.