godot-multiplayer icon indicating copy to clipboard operation
godot-multiplayer copied to clipboard

A template for a real time multiplayer game in Godot with a NodeJS server

Realtime multiplayer game template

Uses Godot for the client and NodeJS with ws for the server

To start the server:

cd server && npm install && npm start

To start the game:

Import it into Godot using the project dialog