X-Git-Url: https://plomlompom.com/repos/?p=plomrogue2-experiments;a=blobdiff_plain;f=README.md;h=0fd568fd014bc0de07c83d97335a855938b4c26a;hp=b65f327805da2c2af0fbcdbd759c3c58714a7815;hb=HEAD;hpb=47dc6843988096102d5424d00c0e411a608792e2 diff --git a/README.md b/README.md index b65f327..0fd568f 100644 --- 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.