bingo card generator
go.mod | ||
list.txt | ||
main.go | ||
README.md |
bingogo
bingo card generator written in golang
limitations
- 5x5 board
- space values are text-only
usage
1. populate list.txt
each line in this file corresponds to a possible space on the bingo board.
empty lines and lines beginning with #
will be discarded.
lines will also be sanitized and invalid entries discarded.
if CUSTOM_FREE_SPACE=true
, the line at the start of list.txt
will be treated as the text inside the center space on every bingo card.
there must be a minimum of 25 (5 * 5
) (or 24 if CUSTOM_FREE_SPACE=false
) valid entries in this file. if there are more they will be shuffled and no single board will have all possible spaces.