Beginner's Guide to Star Queen Battle
Star Queen Battle has just three rules but the combinations are endlessly varied. Here is everything you need to solve your first puzzle with confidence.
The Three Rules
One queen per colored region
The grid is divided into color-coded territories. Each color must contain exactly one queen — placed anywhere within that color's cells.
One queen per row and column
No two queens can share the same row or the same column. This is the classic N-Queens constraint — every row and every column gets exactly one queen.
No diagonal touching
Queens cannot be diagonally adjacent to each other. Every queen must be completely isolated — not touching any other queen on any side, including corner-to-corner.
Interactive Tutorial
How to Approach Your First Puzzle
Use marks to eliminate cells
Tap a cell once to place a mark (✕). Use marks to flag cells you know cannot hold a queen. This visual process of elimination is the fastest way to narrow down valid placements.
Start with the smallest region
Find the colored region with the fewest cells. Fewer options means fewer possibilities — you may be able to immediately rule out all but one cell for that queen.
Think in rows and columns
Every queen you place eliminates its entire row and entire column for all other queens. Mark those cells immediately so you can see the remaining options clearly.
Watch for diagonal conflicts
After placing a queen, check which cells are diagonally adjacent to it and mark them too. Queens cannot touch diagonally — this constraint often reveals forced placements.
Common Beginner Mistakes
Forgetting diagonal exclusion
Row and column conflicts are obvious, but diagonal conflicts trip up most new players. Always check all four diagonal neighbors after placing a queen.
Guessing without marking
Placing queens without first eliminating impossible cells leads to backtracking confusion. Build up your marks first — then place queens only in confirmed spots.
Ignoring the region constraint
Remember that the queen must be inside the correct color region. A cell may be valid from a row/column standpoint but wrong because it's the wrong color.