From 428a605c6c52f9b190300c4ac255c5f0a39a491b Mon Sep 17 00:00:00 2001 From: Domonkos Suranyi Date: Tue, 7 Sep 2021 10:52:35 +0200 Subject: [PATCH 1/2] Add gameplay help to README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 66b40c7..f49cf3a 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,20 @@ To try the game alone you might want to run two or more clients on the same comp The server identifies a player by its name and its address. To be able to connect multiple clients those has to be started with a different player name. + +## gameplay +### controls +The player turns always towards the cursor. You can move with WASD keys relatively to facing direction. +W - move forward +S - move backward +A - move left +D - move right +Left click - shoot +1 - switch weapon to Revolver +2 - switch weapon to Shotgun +3 - switch weapon to Rifle +R - reload + +### misc +The weapons have different parameters. They differ in damage, pellet number, spread, shoot distance, bullet speed. +The player is respawned in a few seconds after death. From d9f3a9d413081e043f0361d94a0b2a5a1a905ebf Mon Sep 17 00:00:00 2001 From: Domonkos Suranyi Date: Tue, 7 Sep 2021 10:53:42 +0200 Subject: [PATCH 2/2] add missing linebreaks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f49cf3a..a259ba9 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,9 @@ A - move left D - move right Left click - shoot 1 - switch weapon to Revolver -2 - switch weapon to Shotgun -3 - switch weapon to Rifle -R - reload +2 - switch weapon to Shotgun +3 - switch weapon to Rifle +R - reload ### misc The weapons have different parameters. They differ in damage, pellet number, spread, shoot distance, bullet speed.