https://github.com/ourcade/tic-tac-toe-multiplayer-starter
Starter project for a multiplayer tic-tac-toe game using Colyseus and Phaser 3.50
https://github.com/ourcade/tic-tac-toe-multiplayer-starter
colyseus colyseus-sample game-development gamedev phaser-tutorial phaser3 typescript
Last synced: 6 months ago
JSON representation
Starter project for a multiplayer tic-tac-toe game using Colyseus and Phaser 3.50
- Host: GitHub
- URL: https://github.com/ourcade/tic-tac-toe-multiplayer-starter
- Owner: ourcade
- License: mit
- Created: 2021-03-13T16:51:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-11T15:16:09.000Z (over 3 years ago)
- Last Synced: 2025-03-27T15:05:22.024Z (6 months ago)
- Topics: colyseus, colyseus-sample, game-development, gamedev, phaser-tutorial, phaser3, typescript
- Language: TypeScript
- Homepage: https://ourcade.co/templates/multiplayer-tic-tac-toe-starter
- Size: 49.8 KB
- Stars: 23
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Tic-Tac-Toe Multiplayer Starter
> Starter project for a multiplayer tic-tac-toe game using Colyseus and Phaser 3.50
## 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](https://www.youtube.com/playlist?list=PLNwtXgWIx3rhOmsJOkUFRiFQg8pPFPDqy).
## 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](https://github.com/ourcade/phaser3-typescript-parcel-template/blob/master/LICENSE)