Skip to content

carldavis352/godot-multiplayer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • GDScript 69.5%
  • JavaScript 30.5%