From f2b62003551f3bda6a839c67794b4d5bfd39e37f Mon Sep 17 00:00:00 2001 From: jzitnik-dev Date: Sun, 22 Feb 2026 22:00:26 +0100 Subject: [PATCH] docs: Add controls --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1552c8a..3100bed 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,10 @@ A multiplayer terminal-based game built with Java, utilizing WebSockets for comm 3. Start the client (in a new terminal): ```bash mvn compile exec:java -pl game -am - ``` \ No newline at end of file + ``` + +## Controls + +* **Left Click**: Interact with objects and fight. +* **WASD**: Move the character. +* **CTRL**: Hold to run (sprint).