Multiplayer Client-Server Example

This example project shows how to create a multiplayer game using Godot and the Godot Network HLAPI, it features client-side prediction and some other minor techniques for latency mitigation.

It can be used as the base for bigger project and most of the code is commented, you can add me on Discord Raz#4584 if you have any questions!

Up to date code on Github