dresswithpockets / realtime-netcode

a case study on netcode for realtime multiplayer games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

realtime-netcode

a case study on netcode for realtime multiplayer games; using Gabriel Gambetta's guide on client-server architecture.

the goal is to become familiar with common techniques when writing netcode for realtime simulations so as to make more experienced decisions when architecting netcode for serious projects.

my engine of choice for serious projects tends to be Godot, so these studies are built using Godot 3.4.4. These examples do not use any 3rd party libraries other than what is distributed with the stable build of Godot; additionally, these examples are intended to be a reference and probably should not be used in production.

About

a case study on netcode for realtime multiplayer games

License:Apache License 2.0


Languages

Language:GDScript 100.0%