Turn-based demonstration project using Colyseus Game Server (v0.9.x)
Consider backing Colyseus development and its support on Patreon. I'll start making guided video tutorials once I reach a considerable amount of donations.
You'll need two terminal windows open to be able to run this. One for the client, and one for the server:
Running the client
cd client
npm install
npm start
Running the server
cd server
npm install
npm start
-
Server-side
-
Client-side
MIT