Turn-based demonstration project using Colyseus.
This repository has:
server/
: The Colyseus server, with tic-tac-toe room implementation.javascript-pixi/
: A JavaScript/PixiJS client-side project.defold/
: A Defold client-side project.
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ç.
MIT