X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=README.md;h=e5301c4731d980c836d142eb85662876ca925f74;hb=822c68744ead480ba7a48b786148facc8ef1eb04;hp=b65f327805da2c2af0fbcdbd759c3c58714a7815;hpb=47dc6843988096102d5424d00c0e411a608792e2;p=plomrogue2-experiments diff --git a/README.md b/README.md index b65f327..e5301c4 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,6 @@ The following commands can be sent from client to server: such integer n, calculates th nn-th Fibonacci number (this allows for testing parallel CPU-heavy computation) +Additionally, the server regularly sends a counter state to the client. + See `./requirements.txt` for the dependencies.