Godot Multiplayer Tutorial: The Quick and Easy High-Level API
So you want to learn how to make a Multiplayer Game in Godot?
In this Godot Multiplayer Tutorial, I will show you how to create an online multiplayer game using the simplest approach Godot offers: its High-Level API. We will create a small networked scene where you can move around multiple 2D players.
In this video, I will also explain about:
1. Godot Low-Level API
2. MultiplayerSpawner
3. MultiplayerSynchronizer
🔗 Links:
Project files:
https://icyengine.itch.io/godo....t-simple-high-level-
Wikipedia Ports list:
https://en.wikipedia.org/wiki/....List_of_TCP_and_UDP_
-----------------------------------------
🕒 TIMESTAMPS
00:00 - Intro
00:25 - High-level vs Low-level Comparison
01:36 - Multiplayer Scene
07:12 - Custom Running Instances
07:55 - Outro