Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 654 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 654 Bytes

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