Skip to content

ourcade/tic-tac-toe-multiplayer-starter

Repository files navigation

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