A Godot client project that connects to a Typescript 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
run multiple clients using the powershell script
run_multiple 2
I'll probably update the readme to be clearer, right now I'm tired