Skip to content

lezhou8/shooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shooter

Multiplayer first-person-shooter

Build

Server

make server

Client

make client

Dependencies

Running

Server

./build/server [port] [num-players]
  • Choose the number of players for the game
  • Maximum of 6 players

Client

./build/client [IP] [port] [ID]
  • ID's range from 0 to 5
  • ID's 0 to 2 are in team A
  • ID's 3 to 5 are in team B

Play

Controls

  • WASD for movement
  • Space to jump
  • Mouse for looking
  • Shift for slow movement
  • Left click to shoot
  • Right click to use scope
  • R to reload
  • Q to swap guns
  • Tab to view game statistics

Rules

  • 10 rounds
  • The team with the last player(s) standing wins a point

Acknowledgements

About

Multiplayer first-person-shooter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages