Starter project for a multiplayer tic-tac-toe game using Colyseus and Phaser 3.50
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.
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