Skip to content

endel/colyseus-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Multiplayer

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.

Running the server locally

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

JavaScript / PixiJS

The JavaScript/PixiJS example uses:

Running the JavaScript/PixiJS client

cd javascript-pixi
npm install
npm start

Important files to have look at

Defold Engine

The Defold project was made by Selim Anaç.

License

MIT