BingoHub is a web application that lets users create bingo games and automatically generate cards for each player.
Bingo is a game where each player receives a "card" consisting of a grid where each cell has a unique word. Players then mark words as they are called only winning when they've marked a full diagonal, vertical, or horizontal set of cells.
Note that BingoHub does not run games; it only creates them.
https://www.figma.com/file/mtDFl5BXra0KDGEp8F5axw/Bingohub-Mocks?node-id=0%3A1
A bingo game is generated with:
name
- the title used in the UIsize
- the square width/height of the bingo cardplayerCount
- the number of cards to generatewords
- a list of words to put in the cellsimage
- an optional image to use on the index page
The index page lists out all the bingo games that have been created and links to their individual pages.
This page shows a form that allows users to create a bingo game.
This page lists out all the generated cards for an individual game.
- Fix all TODOs.
- There is a bug on the index page. Please fix.