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

Latest commit

 

History

History
29 lines (19 loc) · 979 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 979 Bytes

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.