Turn-based demonstration project using Colyseus
If you want to see more examples like this and help Colyseus to grow, consider supporting my work on Patreon.
You'll need two terminal windows open to be able to run this. One for the client, and one for the server:
Running the server
cd server
npm install
npm start
Important files to have look at
The JavaScript/PixiJS example uses:
Running the JavaScript/PixiJS client
cd javascript-pixi
npm install
npm start
Important files to have look at
The Defold project was made by Selim Anaç.
Remember to Fetch Libraries on Defold (Project > Fetch Libraries)
MIT