Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gameplay readme #74

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.