Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

brajkowski/connect4-ui

Repository files navigation

Connect 4 UI

Example Game

Build

A 2-player (local and multiplayer) version of Connect 4 created with Phaser.

Building from Source

Using npm:

$ npm run build

will produce the compiled application under /dist.

Running the Application

A live-reload instance of the application can be used for developing:

$ npm run start:dev

You may also run the same instance with the port open externally:

$ npm run start:local

You may run the compiled application as well:

$ npm run build
$ npm start

Testing

The test suite can be executed with npm:

$ npm test

About

A 2-player (local and multiplayer) version of Connect 4 created with Phaser

Topics

Resources

License

Stars

Watchers

Forks

Contributors