kinginka / colyseus-tic-tac-toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 74.9%Language:TypeScript 18.8%Language:HTML 6.2%Language:Procfile 0.1%