diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |
