Didn't Do It · 1 September 2026 · 9 min read

The families of logic puzzle, and what each one trains

Lees in het Nederlands

Almost every pen-and-paper logic puzzle is the same machine wearing different clothes: a set of possibilities, a set of true constraints, and a promise that applying the constraints leaves exactly one arrangement. Knowing which family you are in tells you which technique to reach for.

A grid of six names with four crossed out and one left standingTHE GRID AFTER TWO CLUESSanne M. VisserBram K. BakkerIris T. KokTeun R. MulderLotte V. De VriesJoost P. JansenOne name has survived every clue. That name is the answer.The game never removes a name for you — it only counts what is left.

The shared skeleton

Candidates, constraints, uniqueness. A well-made logic puzzle guarantees that the constraints are consistent (nothing contradicts anything) and sufficient (they narrow the field to one). That guarantee is what makes guessing unnecessary, and it is the line between a logic puzzle and a riddle.

A grid of six names with four crossed out and one left standingTHE GRID AFTER TWO CLUESSanne M. VisserBram K. BakkerIris T. KokTeun R. MulderLotte V. De VriesJoost P. JansenOne name has survived every clue. That name is the answer.The game never removes a name for you — it only counts what is left.
Same skeleton, different clothes: a field of possibilities and constraints that remove them.

Zebra puzzles and logic grids

The classic: five houses, five nationalities, five drinks, and fifteen statements. The zebra puzzle — often attributed to Einstein, on no evidence at all — is the ancestor of every "who owns the fish" grid in a puzzle magazine.

The technique is a matrix: rows for people, columns for attributes, and marks for definitely not rather than definitely yes. Negative information is the engine. You almost never place an answer directly; you eliminate until only one cell in a row can be true.

If you like these, the leap to a names grid is small. Both are elimination puzzles; one has attributes across a table, the other has them inside the names.

Sudoku and constraint propagation

Sudoku is a constraint-satisfaction puzzle: nine symbols, three overlapping groups, one of each per group. What it trains is propagation — noticing that placing a 4 here forces a 7 there, and following the chain rather than rescanning the board.

It is also the family most vulnerable to guessing. A hard Sudoku tempts you into "try a 5 and see", which works but teaches nothing. Purists solve without trial and error for the same reason this game refuses to let you guess: the pleasure is in the proof.

Nonograms: arithmetic hiding a picture

A nonogram gives you numbers along each row and column describing runs of filled squares, and a picture appears when you satisfy them all. The core move is overlap: if a run of eight must fit in a line of ten, the middle six squares are filled no matter where the run starts.

This is the most geometric of the families and the best training for reasoning about what must be true given limited space — the same instinct that tells you a clue about position has already decided half the grid.

Minesweeper: local deduction under uncertainty

Minesweeper) is deduction with an honest gap: most moves are provable from the numbers around them, and occasionally the board genuinely forces a coin flip. It is the exception that proves the rule — it feels different precisely because a fair deduction puzzle never asks you to gamble.

Interestingly, deciding whether a Minesweeper position is consistent is NP-complete, which is the formal way of saying: no clever shortcut solves every board.

Elimination puzzles: the family this game belongs to

In an elimination puzzle the constraints are phrased about the answer, and every candidate that fails one is out. There is no grid of attributes to fill — the attributes live inside each candidate, and you read them off directly: the letters in a name, its length, where it sits.

It is the shortest of the families to play and the least forgiving to design, because every clue has to be checkable by eye. The pay-off is that a case takes minutes rather than an evening, which is why it works as a daily habit — see the case for one puzzle a day.

Which one should you play

They reinforce each other. The overlap trick from nonograms is the same reasoning as a position clue; the negative-marking habit from a zebra grid is exactly what crossing out does.

Try the elimination kind

Related reading