Skip to content

Online multiplayer first-person shooting game made in Unity

License

Notifications You must be signed in to change notification settings

mgrabina/online-shooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Online First Person Shooting Game

Run

  • Run the executable file (for your OS) if present
  • Open it with Unity

Controls

  • Move with WASD or ARROWS.
  • Rotate with the mouse.
  • Shoot with mouse main button
  • Change latency with numbers from 5..9..0 (0 -> 0.4 -> 0.5)
  • Point with alt
  • Change weapons with 1 and 2
  • Recharge with R
  • Disconnect with M

Main Clases

  • ClientMessenger.cs
  • ServerMessenger.cs
  • MessageBuilder.cs
  • Message.cs
  • Master.cs
  • Menu.cs
  • CubeEntity.cs
  • Snapshot.cs

Constans

Please find them at Constants.cs