All games

Queens

Puzzle No. 986 · One crown per row, column and colour

0/8

Tap a cell to cycle: empty → X → crown. Crowns may never touch, not even diagonally.

About Queens

Queens belongs to the same family as the classic eight-queens chess problem, but with a twist that turns it from a maths curiosity into a genuine daily puzzle: the board is carved into irregular coloured regions, and each region needs exactly one crown too.

That third constraint is what makes it solvable by pure logic. With rows and columns alone there are hundreds of valid arrangements. Add the colour regions and the daily board has exactly one — which means you never have to guess, and every crown you place can be justified.

The rules in full

  • Place exactly one crown in every row.
  • Place exactly one crown in every column.
  • Place exactly one crown in every coloured region.
  • No two crowns may touch, including diagonally. A crown blocks all eight neighbouring cells.
  • Tapping a cell cycles it: empty, then X (your own note), then crown, then empty again.
  • Drag across cells to place X marks quickly — useful for sweeping out a row you have just eliminated.
  • A crown that breaks a rule glows red immediately, so you always know when a deduction went wrong.
  • The timer starts on your first tap and stops the moment the board is solved.

A worked example

Suppose one colour region on an 8×8 board occupies only three cells, and all three sit in the same row. That region must contain a crown, so the crown for that region is in that row — and since a row holds exactly one crown, every other cell in that row is now an X.

That single observation usually cascades. The cells you just eliminated may have been the last remaining candidates for a neighbouring region, which pins that region's crown too, which eliminates another row and column, and so on.

The reverse deduction is just as useful: if a region is the only one covering a particular column, then that column's crown belongs to that region, and every cell of that region outside the column can be marked off.

Strategy tips

Start with the smallest regionsA region of two or three cells constrains the board far more than a sprawling one. Solve the tight regions first and the loose ones resolve themselves.

Look for regions trapped in one row or columnIf every cell of a region shares a row, that row is spoken for. This is the single most productive pattern in the game.

Mark aggressivelyX marks are free and they are what turns a hard board into an easy one. Drag through whole rows the moment you have eliminated them.

Remember the diagonalThe no-touching rule is the constraint players forget. After each crown, mark all eight neighbours before moving on.

Never guessEvery daily board has a unique solution reachable by deduction alone. If you find yourself picking between two options at random, there is a mark you have not made yet.

Frequently asked questions

Is the daily board always solvable without guessing?
Yes. The generator verifies with a backtracking solver that the board has exactly one solution before it is published.
How big is the grid?
Eight by eight, with eight colour regions — one crown per row, per column and per region.
Can I replay the same board?
Yes, there is a replay button that resets the grid so you can try for a faster time. Your recorded result for the day is the first solve.
Does the phone vibrate?
Light haptic feedback fires when you place or erase marks during a drag, on devices that support it. It follows your system settings.

Want to go deeper? Read the full Queens strategy guide.