Skip to content

Latest commit

 

History

History
executable file
·
28 lines (22 loc) · 1.39 KB

README.md

File metadata and controls

executable file
·
28 lines (22 loc) · 1.39 KB

This repository contains a small demo of a quake-style multiplayer FPS that integrates a number of modern netcode techniques for quality of gameplay.

Features:

  • Client-side prediction of player entities
  • Client-side interpolation of remote entities
  • Backwards reconciliation and replay
  • Real-time adjustment of client simulation speed to optimize server's input buffer (Overwatch's method).
  • Server-side lag compensation
  • Hitscan weapons
  • (TODO) Projectile weapons
  • Master server to manage discovery and connection (via hotel)

References & Research:

Architecture:

TODO