pablopelardas / Godot-WebSocket-Multiplayer-Template

A Godot client project that connects to a Typescript server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Godot client project that connects to a Typescript server


Languages

Language:GDScript 67.6%Language:TypeScript 30.9%Language:GAP 0.9%Language:PowerShell 0.5%