gnunua / tic-tac-toe

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

Home Page:http://tictactoe-colyseus.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://tictactoe-colyseus.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 93.5%Language:HTML 6.5%