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

https://github.com/medallyon/bingo-bango

An online multiplayer Bingo adaptation, built with Phaser 3 & Colyseus.js.
https://github.com/medallyon/bingo-bango

bingo colyseus phaser phaser3

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        


Bingo Bango

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

## Installation

Install a modern version of [Node.js](https://nodejs.org/) and execute the following commands:

```bash
# 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](http://localhost:8080), but you can adjust the port via the `PORT` environment variable.

## License

The MIT License (MIT) 2020 - [Yannick Deubel](https://github.com/yandeu), [Tilman Raendchen](https://github.medallyon.me) & [Michalis Antonas](https://github.com/MichalisAntonas). Please have a look at the [LICENSE](LICENSE) for more details.