Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 386 Bytes

File metadata and controls

24 lines (13 loc) · 386 Bytes

Godot WebSocket Multiplayer Template

A Godot client project that connects to a Typescript server

Server

install all the node packages with

npm install

run in debug with

ts-node app.ts

export in the /dist folder with

npm run build

Client

run multiple clients using the powershell script

run_multiple 2

I'll probably update the readme to be clearer, right now I'm tired