Skip to main content
Back to Fun generators

Fun

Super Bowl Squares Generator

Super Bowl squares is the classic pool game: a 10x10 grid where each of the 100 boxes gets assigned to a player, then the row and column headers are randomized with the digits 0 through 9 so nobody can claim an edge by picking a square early. The grid tracks the last digit of each team's score at the end of every quarter — if the home team is leading 17 to 14, the square where row 7 meets column 4 wins that quarter. This generator shuffles both digit sequences independently using Math.random(), the same fair logic behind any of this site's randomizers, so every reveal is a genuinely random assignment rather than something a pool organizer could nudge. Type in the two team names, or leave the defaults if you just want a generic grid, and pick how much detail you want on screen. Full grid shows a complete ASCII 10x10 board with digits already filled in across the top and down the side, ready to screenshot or print once squares are sold. Numbers-only header just gives you the two shuffled digit rows, which is handy if you already have a printed or hand-drawn grid and only need the reveal itself. Either way, generate the digits after every square has been claimed and paid for, not before, so the randomization actually protects the pool.

Read the complete guide — 5 min read

How to use

  1. Choose your options above
  2. Click Generate
  3. Copy your result

Detailed instructions

  1. Enter the home team name and away team name, or leave the defaults for a generic Home vs Away grid
  2. Choose Full grid for a complete ASCII 10x10 board, or Numbers-only header if you only need the two shuffled digit rows
  3. Click Generate only after every square in the pool has been claimed and paid for
  4. Read the shuffled digits across the top for the away team and down the left side for the home team
  5. Copy or screenshot the output and share it with everyone in the pool so the assignment is visible to all players
  6. Click Generate again for a completely fresh shuffle if you need to redo the draw

Use Cases

  • An office pool organizer setting up a 10x10 squares board for a Super Bowl watch party who needs the row and column digits shuffled fairly in front of everyone
  • A family running a squares pool for a college bowl game who wants the classic 0-9 grid without buying a printed board
  • A bar or restaurant hosting a game-day squares fundraiser that needs a quick, screenshot-ready grid once every square is sold
  • A youth sports coach filling squares for a playoff watch party with parents, using generic Home and Away labels instead of any team branding
  • A remote group chat running a squares pool over video call that needs the numbers-only header revealed live so nobody can claim the draw was rigged

Tips

  • Always randomize after squares are sold, never before — that is what keeps the pool fair
  • Use Full grid for in-person pools where people want to see their exact box; use Numbers-only for pools with an existing printed board
  • Keep the reveal visible to everyone, in person or on a shared screen, so nobody can question the draw afterward
  • This works for any two-team football matchup, not only the Super Bowl — swap in whichever teams your pool is actually watching
  • Track the running score by quarter and check the intersecting box each time to keep the pool moving during breaks in the game

FAQ

How does a Super Bowl squares grid actually work?

Each of the 100 boxes in a 10x10 grid gets claimed by a player, then the digits 0 through 9 are randomly assigned to the rows and columns. At the end of each quarter, you take the last digit of each team's score and find where those two digits intersect on the grid — that box wins.

Why shuffle the digits instead of just numbering 0 to 9 in order?

If the digits ran in order, squares near the corners would look obviously less valuable before the game starts, and people would avoid claiming them. Shuffling only after every square sells means nobody can use position to guess which squares are actually good.

Should I fill in the grid before or after selling squares?

After. Randomize the digits only once every square has been claimed and paid for — that is the entire point of the shuffle. Filling numbers in early lets people see which corners look strong and pick around them, which defeats the fairness of the pool.

What does the Numbers-only header option give me?

Just two rows of ten shuffled digits, one for each team, without drawing the full ASCII grid. It's meant for pools that already have a printed or hand-drawn board and only need the live digit reveal, not a complete grid to screenshot.

Can I use this for any football pool, not just the actual Super Bowl?

Yes. The grid mechanic works identically for any football game — college bowls, playoff watch parties, even a regular-season Sunday. Type in whichever two team names apply and the digits shuffle the same way regardless of the matchup.

You might also like

Popular tools from other categories that share themes with this one.

Try these next

More free tools from other corners of the catalog, picked by shared themes.