Skip to content

jermer/colyseus-tic-tac-toe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Multiplayer

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.

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ç.

Remember to Fetch Libraries on Defold (Project > Fetch Libraries)

License

MIT

About

Turn-based multiplayer example powered by Colyseus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.1%
  • TypeScript 17.5%
  • HTML 6.3%
  • Procfile 0.1%