puntokus

How to play Puntokus

Puntokus is a logic puzzle played on a grid. Place dots until every row and column matches its number and every dot belongs to a pair. Both conditions must hold at the same time.

Two conditions, one solution to find

  • The number beside a row tells you how many dots belong in that row. The number above a column tells you how many dots belong in that column.
  • Every dot must touch exactly one other dot by a side: above, below, left or right. A dot with no neighbor is alone; a dot with two or more neighbors is not a valid pair.
  • Diagonals don’t count as neighbors. Dots from different pairs may touch diagonally.
  • A cross is an optional note for a cell you think should stay empty. Crosses don’t count toward the clues and aren’t required to finish.

A worked 3 × 3 example

This is the same small board used by the interactive tutorial. Read the row clues from top to bottom: 2, 1, 1. Read the column clues from left to right: 1, 1, 2.

All counts and pairs fit
Column 1: 1Column 2: 1Column 3: 2
Row 1: 2DotDotEmpty
Row 2: 1EmptyEmptyDot
Row 3: 1EmptyEmptyDot

Put dots in the first two cells of the top row, then in the rightmost cells of the middle and bottom rows. The top dots form a horizontal pair; the two rightmost dots form a vertical pair. Rows contain 2, 1, 1 dots and columns contain 1, 1, 2. Each dot has exactly one side neighbor.

  1. The top row already has its two dots, so its third cell stays empty.
  2. The first and second columns already have their one dot, so the cells below those dots stay empty.
  3. The rightmost column needs two dots. Its two remaining cells provide them and form a pair. The board is complete.

The dot at the top center and the dot at the middle right touch diagonally. That is allowed: they each have their own partner by a side.

Two mistakes to recognize

Three dots in a row are not a pair
Column 1: 1Column 2: 1Column 3: 2
Row 1: 2DotDotDot
Row 2: 1EmptyEmptyEmpty
Row 3: 1EmptyEmptyEmpty

The center dot touches two dots by a side. That breaks the pair rule. In this board, three dots also exceed the top row's clue of two.

A diagonal does not complete a pair
Column 1: 1Column 2: 1Column 3: 2
Row 1: 2DotDotEmpty
Row 2: 1EmptyEmptyDot
Row 3: 1EmptyEmptyEmpty

The dot at the middle right touches the top center dot only diagonally. It still has no side neighbor. The top pair is valid, but the third dot needs a partner.

Solving techniques

Complete a line, then exclude its remaining cells

If a row or column already contains its required number of dots, none of its other cells can contain a dot. You may mark those cells with crosses.

Count the dots still needed

Subtract the dots already placed from the clue. If that many cells remain possible, all of them need dots. For example, a clue of three with one dot placed still needs two dots. If only two cells remain possible, both must contain dots. Only treat a cell as excluded when your deduction is sound: a cross is your note, not proof.

Protect each completed pair

Once two dots form a pair, every other cell sharing a side with either dot must stay empty. An extra neighbor would break the pair. This does not exclude diagonal cells.

Look for a dot's only possible partner

A dot with only one possible side neighbor needs a dot in that cell. Conversely, a cell cannot contain a dot if all of its side neighbors are ruled out. Check the row and column counts as well.

Playing on the board

Choose the dot or cross tool, then select a cell. You can undo, redo and clear the board. The game checks your dots against both the clues and the pair rule; matching the counts alone doesn’t finish a puzzle. For the interactive tutorial, open How to play in the game.

Common questions

Is Puntokus free? Do I need an account?

Yes. The web game is free, with no account, ads or purchases. You can start right away in your browser.

Will my progress be saved?

Yes, in this browser, when browser storage is available. Progress and preferences don’t sync between devices, and clearing the site’s data also removes your saved games.

How does the daily puzzle work?

The Daily is one board, the same for everyone, and a new one arrives every day at 00:00 UTC. There’s no archive: each Daily is available only on its day.

Do I have to mark every empty cell with a cross?

No. Only dots count for the rules. Crosses help you record deductions, but an unmarked empty cell works just as well on a finished board.