striduel

Puzzle Golf: take away instead of solving

Puzzle Golf turns a logic puzzle around. It builds on Minesweeper deduction, except that here everything is already revealed: every cell without a mine carries its number. Your job is not to solve the puzzle but to build it, by taking away whatever nobody needs.

One hole every day, the same for everyone, free in the browser and playable without an account.

The rules

Par is the smallest number the server found for this hole — three hundred random removal orders, and the minimum of those. That is the best known result, not the provably best one: par can be beaten, and that is what this mode exists for.

Strategy: three things that matter

An example, step by step

A real hole, built from the same parts as today's: the same taking away, the same solver as the limit. Here it is reduced strictly row by row — easy to follow, and not optimal, which is exactly the point.

0000100001111100022000330112201
010302201

Move 1The free moves — On the full board with 31 givens every single one is spare — the early moves cannot fail. Taken away row by row, 22 numbers go without any thought at all. Only then does the game start: from here on, one number hangs on another.

01030201

Move 2One number fewer — Of 9 givens, 3 can still be removed — the rest are holding the board together. The one that goes here is the 2 in row 6, column 1: it says nothing the remaining numbers do not also say, so without it the board stays solvable without guessing.

0103001

Move 3One number fewer — Of 8 givens, 2 can still be removed — the rest are holding the board together. The one that goes here is the 2 in row 6, column 3: it says nothing the remaining numbers do not also say, so without it the board stays solvable without guessing.

010301

Move 4One number fewer — Of 7 givens, a single one can still be removed — the rest are holding the board together. The one that goes here is the 0 in row 6, column 4: it says nothing the remaining numbers do not also say, so without it the board stays solvable without guessing.

010301

Move 5Failed attempt — Now not one of the 6 remaining numbers can go — not a single one. Take the 0 in row 2, column 4, say, and the board is no longer solvable without guessing: there would be cells that no remaining number can settle. In the game this attempt costs a stroke — the number stays, and what you learned about it is yours to keep.

Play it yourself

Puzzle Golf has a new hole every day, the same one for everybody. If you want to read up on the Minesweeper rules behind it, they are on the page about Minesweeper deduction.