You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
README.md | 5 months ago | |
go.mod | 5 months ago | |
list.txt | 5 months ago | |
main.go | 5 months ago |
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.