Randomized Bingo Generator

Enter your items below and click the button to generate a random 5x5 bingo grid.

NOTE: If there are more lines than Bingo cells, not all Items will be in the Bingo. The selection is still randomized.

{#if running_bingo && tried_to_regen}

You are currently playing this game of Bingo and it therefore doesn't Refresh changes or Regenerate the table. If you would like to End the Game, Click the Button below.

{/if} {#if running_bingo && !tried_to_regen} A game is currently running. Changes made to the configuration are not being updated to the grid. {/if} {#if grid.length > 0}
{#each grid as row} {#each row as cell}
{cell.clicked = !cell.clicked; cellClicked();}} class:clicked={cell.clicked} > {cell.value}
{/each} {/each}
{/if}

Notice: This Website uses functional Cookies to store the Running Bingo Game as well as the Entered Bingo Entries.