Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
/ bingo-bango Public archive

An online multiplayer Bingo adaptation, built with Phaser 3 & Colyseus.js.

License

Notifications You must be signed in to change notification settings

medallyon/bingo-bango

Repository files navigation

Bingo Bango

An online multiplayer Bingo adaptation, built with Phaser 3 & Colyseus.js.

Installation

Install a modern version of Node.js and execute the following commands:

# Clone this repository
> git clone https://github.com/medallyon/bingo-bango.git bingo-bango

# cd into the repository
> cd bingo-bango

# Install dependencies
> npm install

# Start the local production server (on port 8080)
> npm start

This will start a production-ready build and a multiplayer server, where the game is hosted. It should start on localhost:8080, but you can adjust the port via the PORT environment variable.

License

The MIT License (MIT) 2020 - Yannick Deubel, Tilman Raendchen & Michalis Antonas. Please have a look at the LICENSE for more details.

About

An online multiplayer Bingo adaptation, built with Phaser 3 & Colyseus.js.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published