Getting Started with Godot and Nakama for Online Mutiplayer Games
Get started writing online multiplayer games with Nakama and Godot! This complete free series runs you through the basics.
This series is sponsored by Heroic Labs: https://heroiclabs.com/
--
00:00:00 Introduction
00:01:18 Installing Nakama and Godot
00:07:56 Authentication
00:22:50 Authentication Code in the Nakama Godot Demo
00:31:02 Connecting to the server
00:41:51 Authorivative multiplayer setup
00:59:02 Joining the game world
01:06:56 Overview of matchmaking code in Nakama Godot Demo
01:16:18 Server storage
01:28:19 Realtime chat
01:41:56 Notifications
LINKS
--
Nakama Godot demo: https://github.com/heroiclabs/nakama-godot-demo
Nakama documentation: https://heroiclabs.com/docs/index.html
Nakama community: https://forum.heroiclabs.com/
Follow Heroic Labs on Twitter: https://twitter.com/heroicdev/
Installing Nakama for Godot
--
Nakama Godot client: https://github.com/heroiclabs/nakama-godot/releases
Docker configuration file: https://heroiclabs.com/docs/install-docker-quickstart/#running-nakama-with-docker-compose
Docker quick-start: https://heroiclabs.com/docs/install-docker-quickstart/
Download docker desktop: https://www.docker.com/get-started
Useful docs
--
Authoritative multiplayer: https://heroiclabs.com/docs/gameplay-multiplayer-server-multiplayer/
Storage engine: https://heroiclabs.com/docs/storage-collections/
Realtime chat: https://heroiclabs.com/docs/social-realtime-chat/