An open API service indexing awesome lists of open source software.

https://github.com/pyxus/gd4-multiplayer-demo


https://github.com/pyxus/gd4-multiplayer-demo

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Multiplayer Demo

1. I'm working on a multiplayer game, i'll be updating this as my understanding improves.
2. This is not intended for Godot beginners. If you're new to Godot this demo will likely just be confusing.
3. I have detailed tutorial comments in my scripts. I recommend reading them in this order: main.gd -> network.gd -> game_map.gd -> player.gd

## Advance Topics Resources

- [Client Prediction and Server Reconciliation](https://www.gabrielgambetta.com/client-side-prediction-server-reconciliation.html)
- [Entity Interpolation](https://www.gabrielgambetta.com/entity-interpolation.html)
- [Communicating State vs Input](https://ruoyusun.com/2019/03/28/game-networking-1.html)
- [Networked Physics](https://gafferongames.com/categories/networked-physics/)