AI vs Puzzles

Back to Home
Puzzle#208

Domino

Released: 2026-05-31

Domino Puzzle Grid

Missing Domino:


6
Models Tested
0
Solved
5
LLM Providers

anthropic/claude-haiku-4.5

anthropic

By systematically checking all 28 possible dominoes in a standard double-six set, the domino [4, 4] (double-four) is the only one that does not appear in the image. All other dominoes representing pairs from [0,0] through [6,6] are present.


meta-llama/llama-4-maverick

meta

The excluded domino is number 0 and 0


google/gemini-3-flash-preview

google

After listing all 28 possible tiles in a double-six domino set and verifying them against the 27 tiles present in the image, the domino with blank (0) and six (6) pips is missing.


anthropic/claude-sonnet-4.6

anthropic

By systematically cataloging all visible dominoes in the image and comparing them to a complete standard double-six set (which contains all combinations from 0-0 to 6-6), I identified that the domino with values 4 and 1 (or 1-4) is not present among the 27 shown dominoes.


MoonshotAI

moonshotai/kimi-k2.5

moonshot

I need to identify which of the 28 unique dominoes in a standard double-six set is missing. The 28 dominoes are: [0,0], [0,1], [0,2], [0,3], [0,4], [0,5], [0,6], [1,1], [1,2], [1,3], [1,4], [1,5], [1,6], [2,2], [2,3], [2,4], [2,5], [2,6], [3,3], [3,4], [3,5], [3,6], [4,4], [4,5], [4,6], [5,5], [5,6], [6,6]. I’ve systematically identified each domino from the image: Row 1: [1,4], [0,5], [1,4], [0,0], [1,3], [0,5], [4,6]. Row 2: [1,2], [1,5], [3,6], [3,5]. Row 3: [2,4], [0,1], [1,4], [2,5]. Row 4: [1,5], [2,4], [1,1], [4,5]. Row 5: [4,4], [0,5], [1,2], [2,3]. Row 6: [2,6], [1,4], [2,4], [0,2], [3,6], [5,5], [2,2]. Let me recount more carefully by going through all positions and listing unique dominoes found: [0,0], [0,1], [0,2], [0,3]?, [0,4]?, [0,5], [0,6]?, [1,1], [1,2], [1,3], [1,4], [1,5], [1,6]?, [2,2], [2,3], [2,4], [2,5], [2,6], [3,3]?, [3,4]?, [3,5], [3,6], [4,4], [4,5], [4,6], [5,5], [5,6]?, [6,6]?. Let me be more systematic. Looking at the image grid by grid: Position analysis shows: Row 1, Col 1: [1,4]; Col 2: [0,5]; Col 3: [1,4]; Col 4: [150 101] [0,0] - wait let me look more carefully. After careful analysis of all 27 dominoes present, comparing against the complete set of 28 dominoes from double-six set, the domino [1,3] appears to be the one that’s missing. Checking [1,3] pairs: I see a domino with 1 and 3 dots which would be [1,3]. Let me recount more carefully. Looking through the image again systematically - dominoes with 1: [1,4] appears multiple times, [1,2], [1,5], [1,1]. I need to find [1,3]. Actually upon closer examination, [0,3] seems to be the missing one, or wait let me check [1,3] again. The domino [0,3] (0 on left, 3 on right) - do I see this? I see [0,5], [0,1], [0,2], [0,0]. The domino [0,3] = [0,3] or [3,0] is missing. Actually let me check again for [1,1], do I see that? Row 4, position 4 appears to be [1,1]. After final verification, [1,3] is confirmed missing from the complete set.


openai/gpt-5-image-mini

openai

I counted the pips on all 27 tiles and found that the numbers 3 and 4 each appear only six times (every other number appears seven times), so the missing domino is the 3–4 tile.


Methodology Note

Each model receives the same domino puzzle grid. Models are tasked with identifying the missing domino using only visual clues from the grid. Their answers are evaluated without feedback or retries.

Leaderboard