Learn how to create a dedicated server multiplayer game in godot
What You Will Learn
Basic connection between client and server
Make a godot dedicated server
Use HighlevelMultiplayer and Websocket with Godot
Host godot dedicated server on VPS
Requirements
-
Have to have experience with making games with godot
Description
Learn Godot Dedicated Server Multiplayer
This course will train you step by step on how to create a multiplayer game with the godot game engine
Davies Nzan, The instructor has thought thousands of students with hundreds of thousands of viewers on YouTube.
This course is going to teach you step by step on how to create a multiplayer game and Host the server on a VPS so you can play with your friends.
In this course, I’m going to show you how to create a multiplayer game using Godot Dedicated server and the game development process. You will learn how to setup the networking code, create a game lobby and players, and finally how to create a game world and use the networking code to make it playable.
Godot is a game engine that provides a huge set of common tools, so you can just focus on making your game without any cost.
In this course I will show you how to create a multiplayer game with Godot. We’ll work through the process of setting up an environment, using the networking system, and adding logic to handle collisions. between the players and objects.
Creating a multiplayer game is in the Godot docs, but this tutorial will show you how these pieces fit together.
In this tutorial I will use a simple square room where players can join and play.
At the end of this course, you’ll be able to:
- Understand basic server architecture
- Create connection between the client and server with the MultiplayerAPI
- Create connection between the client and server with WebSockets
- Understand how data is passed over the network
- Host the server on a VPS
Come join thousands of students who have learned from Davies Nzan, now!
Who this course is for:
- Godot developers that are looking towards making multiplayer games