Queens Game rules
Queens Game Rules: How to Play the Color Region Queen Puzzle
A beginner-friendly guide to the exact Queens Game rules, how X marks work, and why this puzzle is not the same as traditional N-Queens.
Key takeaways
- A Queens board has N rows, N columns, and N colored regions.
- You place exactly N queens: one per row, one per column, and one per region.
- Queens may not touch in any of the eight neighboring directions.
- Long diagonals are allowed when queens are not adjacent.
What is Queens Game?
Queens Game is a region-based logic puzzle where you place queens on a colored grid. The goal is simple to state: every row, every column, and every colored region must contain exactly one queen.
The trick is the touching rule. Two queens cannot be neighbors horizontally, vertically, or diagonally. Unlike classic N-Queens, the game does not ban an entire long diagonal, so the puzzle feels closer to Star Battle than chess.
The four rules that decide every move
Rule 1: each row gets exactly one queen. Rule 2: each column gets exactly one queen. Rule 3: each colored region gets exactly one queen. Rule 4: queens cannot touch, including diagonal contact.
A valid finish must satisfy all four rules at the same time. If a placement makes any row, column, or region contain two queens, it is wrong. If two queens sit in neighboring diagonal cells, it is also wrong.
How X marks help
X marks are notes, not final answers. Use X to mark cells where a queen cannot go. A good habit is to add X marks after every confirmed queen: same row, same column, same region, and the eight neighboring cells.
On larger boards, X marks reduce visual noise. They turn a big grid into a set of smaller candidate groups, which makes forced moves easier to see.
Beginner path
Start with 7x7 or 8x8 boards. These sizes are large enough to teach the main deductions but small enough to scan quickly. Once you can find forced queens and line locks, move to 9x9 and 10x10.
If you get stuck, do not guess randomly. Ask which row, column, or region has the fewest legal cells left. That question usually reveals the next useful move.
Frequently asked questions
Is Queens Game the same as N-Queens?
No. Classic N-Queens forbids queens from sharing any diagonal. Queens Game only forbids queens from touching, including diagonal neighbors, and adds colored region constraints.
What does X mean in Queens Game?
X means the cell is impossible or unlikely for a queen. It is a solving note that helps you eliminate candidates without committing to a queen.
Keep learning
Practice the ideas in this article on the Queens Game board, then review the rules guide and strategy page.