A simple HTML bingo game.
-
Download the
bingo.htmlfile (or clone the repo). -
Optionally modify any variables defined at the top of the file:
TITLE: The title that appears at the top of the board.BOARD_SIZE: The size of the board.GOOGLE_SHEET_ID: The ID of a Google Sheet that contains the word list. The Sheet must allow anonymous read access (i.e. "Anyone with the link" can view).GOOGLE_SHEET_COLUMN: The zero-based column index of the column that contains the word list.
-
Publish the file on a web-server that you own.
This software is licensed under the MIT License.