How to Play Queens: Rules, Strategy & Free Puzzles

Queens is a placement logic puzzle on a coloured grid. You place exactly one queen in every row, every column and every colour region, and no two queens may touch each other — not even diagonally. It is a friendly cousin of the classic N-Queens chess problem.

How to play Queens

  1. One per row and column. Each row and each column must contain exactly one queen.
  2. One per colour region. Each coloured region of the board must also contain exactly one queen.
  3. No touching queens. No two queens may sit in adjacent cells, including diagonally adjacent ones.
  4. Use elimination. Mark cells that cannot hold a queen until each constraint leaves only one valid square.

Queens strategy & tips

Play Queens free on MiniMind

Unlimited adaptive levels · 100% offline · no paywall.

Queens FAQ

Is this the same as the N-Queens chess problem?

It is based on it. The classic version places non-attacking queens; this puzzle adds colour regions and an adjacency rule so each puzzle has one unique solution.

Can two queens share a diagonal?

They can be on the same long diagonal as long as they are not directly adjacent. Only touching diagonally is forbidden.

Related puzzles

Reference: Queens on Wikipedia