bingo card generator
Go to file
reese sapphire d45f206024 generate board on single run 2022-11-13 22:42:53 -06:00
README.md generate board on single run 2022-11-13 22:42:53 -06:00
go.mod generate board on single run 2022-11-13 22:42:53 -06:00
list.txt generate board on single run 2022-11-13 22:42:53 -06:00
main.go generate board on single run 2022-11-13 22:42:53 -06:00

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.

2. customize template.html