Check out the demo hosted at https://bingo.joshuaduma.ca/
This web app is a multi-player bingo game that accepts custom questions. The players must select the block chosen by the admin and must complete a column, row or diagonal to win. The chosen blook must also be a true fact about the player.
The app uses 25 randomly selected questions from a list that the user provides and every answer is randomly selected by the game admin.
View Demo
The purpose of this project is to provide a bingo board for each member of the 35+ sized small group. The players must select the block chosen by the admin and must complete a column, row or diagonal to win. The chosen blook must also be a true fact about the player.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/JoshuaDuma/bingo/
- Install NPM packages
npm install