/connect-four

Connect Four web game with Phaser

Primary LanguageTypeScript

connect-four

Connect Four web game with Phaser.

See this blog post for more information.

connect four

Install

To install dependencies (Phaser 3 etc.) run

npm install

Run locally

For running the game locally, you can use

npm run dev

which will start the game.

Create a production build with

npm run build