Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 277 Bytes

File metadata and controls

14 lines (11 loc) · 277 Bytes

NetGameExample

Example simple game with LiteNetLib (work in progress)

Top down 2d network shooter

Done:

  • Authoritative server
  • Client-side input prediction
  • Buffered linear interpolation for remote players
  • Proper player disconnect

TODO:

  • Shooting
  • Maybe some items