summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8040fba..a295ec1 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,8 @@ gradle assemble
# Start playing
+## Run the services
+
To start playing we need to start two services, the Phaser3 client and Akka backend.
First, in the project root
@@ -66,6 +68,15 @@ The Phaser3 client listens on `localhost:10001`. Assigning client sessions to an
In theory, an arbitrary number of clients could connect to the backend. Not tested yet.
+## In-game controls
+
+* Overworld
+
+| key | does |
+| ---------- |
+| a | opens pause menu in overworld |
+| up/left/right/down | walk around |
+
# Tests (or lack thereof)
Sadly, there are no real tests yet.