An open API service indexing awesome lists of open source software.

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

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

![License](https://img.shields.io/badge/license-MIT-green)

## 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)