/tic-tac-toe

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

Primary LanguageJavaScriptMIT LicenseMIT

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 frontend
npm install
npm start

Running the server

cd server
npm install
npm start

Important files to have look at

License

MIT