Tutorials

Rollback netcode in Godot (part 4): Spawning scenes and NetworkTimer
We add some more gameplay to our demo (exploding bombs!) and cover spawning scenes and using the NetworkTimer node.

Rollback netcode in Godot (part 3): Making a custom MessageSerializer
We create a custom MessageSerializer, to facilitate quickly and reliably sending input data.
_0.png)
Rollback netcode in Godot (part 2): Getting Started with the Godot Rollback Netcode addon!
We install the Godot Rollback Netcode addon, and create the simplest possible demo game from scratch.
.png)
Rollback netcode in Godot (part 1): What is rollback and prediction?
In this part, we talk about what rollback netcode is, when you'd want to use it, and how it works.

Getting started with SG Physics 2D and deterministic physics in Godot
An introductory tutorial for SG Physics 2D, so you can implement deterministic physics in your Godot game.

How to host a Nakama server for $10/mo
Setting up and maintaining your own single server instance of Nakama, the Open Source game server.

Steam login to Nakama using Godot
Steam authentication to Nakama can make login a breeze for players of your Godot game!

How to use WebRTC in Godot... with Nakama as the signalling server!
WebRTC is a great peer-to-peer networking protocol for games! Learn how to use Nakama as the WebRTC signalling server in Godot.

Godot and GitLab CI: Automatically code signing your game for Windows
We setup GitLab CI to automatically code sign your game for Windows, before deploying it to Itch.io, Steam or any other deployment target.

Godot and GitLab CI: Automatically notarize your game with Apple
We setup GitLab CI to automatically notarize your game with Apple, before deploying it to Itch.io, Steam or any other deployment target.