Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 835 Bytes

readme.md

File metadata and controls

28 lines (17 loc) · 835 Bytes

Tic-Tac-Toe Multiplayer Starter

Starter project for a multiplayer tic-tac-toe game using Colyseus and Phaser 3.50

License

Overview

This is a starter or template project for a basic multiplayer tic-tac-toe game using Colyseus as the multiplayer backend server and Phaser 3.50 as the frontend.

This code corresponds to a 7 part series on YouTube detailing how the template was made.

Getting Started

Clone this repository with git and run:

npm install

# start the multiplayer server
npm run start-server

# in another terminal window to start the Phaser game
npm run start

License

MIT License