Skip to content

comontes/tic-tac-toe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe multiplayer (Colyseus v0.9.x)

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.

Tooling

Running it 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 client

cd client
npm install
npm start

Running the server

cd server
npm install
npm start

Important files to have look at

License

MIT

About

Turn-based multiplayer example powered by Colyseus (v0.9.x)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.5%
  • HTML 6.5%