novemberdev_multiplayer_godot icon indicating copy to clipboard operation
novemberdev_multiplayer_godot copied to clipboard

Multiplayer Game in Godot with Snapshot interpolation

novemberdev_multiplayer_godot

This repository is based on a video I made on how to do multiplayer in godot.

Entities synchronize their state using snapshots instead of remote procedure calls. This is a bit different from most godot multiplayer tutorials, but it gets closer to how it's been done for the past decade - check out valve's wiki article on this:

https://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking

Click to see the video for full details:

NovemberDev Multiplayer Tutorial Godot