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.
- Host: GitHub
- URL: https://github.com/medallyon/bingo-bango
- Owner: medallyon
- License: mit
- Created: 2020-10-07T08:55:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T18:48:11.000Z (3 months ago)
- Last Synced: 2025-03-13T19:41:02.527Z (3 months ago)
- Topics: bingo, colyseus, phaser, phaser3
- Language: JavaScript
- Homepage: https://the-bingo-bango.herokuapp.com
- Size: 66.3 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bingo BangoAn 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.