Beginner Star Battle Strategy
No-Touch Cleanup
A confirmed star blocks all eight neighboring cells, including diagonals.
Core concept
What it means
Stars cannot touch horizontally, vertically, or diagonally. This local rule is small but powerful: every placed star immediately removes up to eight neighboring cells from the board.
A confirmed star blocks all eight neighboring cells, including diagonals.
Place a star, pause, and mark its neighbors before doing any row or region counting.
Pattern triggers
When to use it
Use No-Touch Cleanup when the board has stopped giving obvious stars but one row, column, or region has become visibly tighter than the rest.
- Diagonal corners between two regions.
- Tight 2x2 clusters where at most one star can survive.
- Edge stars that block fewer cells but still create count pressure.
Solving routine
Step-by-step method
Use this routine slowly. Each step should either place a star, remove a candidate, or make the next count easier.
- 1
After placing a star, inspect the full 3x3 neighborhood around it.
- 2
Mark every neighboring cell that is still empty.
- 3
Then recheck the affected rows, columns, and regions for new two-candidate sets.
- 4
Do not remove long diagonal cells unless another rule explains it.
Worked example
How it appears on a real board
A star in the middle of the board blocks eight cells. If one of those blocked cells was the last alternative for a nearby region, the region may now force its two stars elsewhere.
After making the deduction, rescan the affected rows, columns, regions, and no-touch neighbors. Most Star Battle progress comes from this cleanup loop rather than from the original star placement.
Accuracy checks
Common mistakes
Most errors come from approving a cell too early. Before you place a star, check the row count, column count, region count, and all eight neighboring cells. If one rule fails, the cell is not legal.
- Forgetting diagonal contact.
- Applying full chess diagonals across the board.
- Skipping cleanup after a star because the row still looks unfinished.
Practice checklist
Use it on your next board
Place a star, pause, and mark its neighbors before doing any row or region counting.
- Name the row, column, and region before placing a star.
- Count legal candidates, not empty-looking cells.
- After every star, mark all touching neighbors before continuing.
- When stuck, choose the unit with the fewest legal candidates left.