Hacker News new | ask | show | jobs
by ggambetta 2589 days ago
Here's my humble contribution to provide a clearer explanation, and a simple live demo with source code, of client-side prediction, entity interpolation, and server reconciliation: https://gabrielgambetta.com/client-server-game-architecture....

Over time it has become a relatively popular alternative to Valve's (excellent) documents, mostly because the concepts are explained and demoed one by one, making accessible to a non-expert audience. The live demo has embedded JS code: https://gabrielgambetta.com/client-side-prediction-live-demo..., and it's usually useful to have a standalone implementation.

1 comments

Humble indeed. Your articles are a staple of game network programming and the ones I most often refer back to. Thank you for them.