Skip to content

Instantly share code, notes, and snippets.

@gjeck
gjeck / MyNakama.gd
Created October 5, 2021 22:24 — forked from MysteryPoo/MyNakama.gd
Initial prototype for attaching dockerized dedicated Game Servers to Nakama matches
# This is a very messy prototype Autoload to test Nakama with a Dedicated Server
# This file won't do much of anything on its own, but I'm using it to drive
# a dedicated server for a game already made
extends Node
enum OP {
HOST,
STARTGAME,
LOBBYMESSAGE,
REGISTER_AS_SERVER,