How to solve this 6×6 logic puzzle
This 6×6 board rates as steady (difficulty score 776). Solving it from scratch takes 18 logical steps, using 6 techniques: Single cell, Row/column exclusion, Adjacency clear, Region confinement, Line confinement, Shape squeeze. Every step below is forced — nothing here is a guess.
- First, every open cell left in this region sits in row 6, so its marker has to land there — clearing every other open cell in the row.
- Next, every open cell in column 1 belongs to the same region, so that region's marker has to be somewhere in this column — clearing every other open cell in the region.
- Then, every open cell in column 2 belongs to the same region, so that region's marker has to be somewhere in this column — clearing every other open cell in the region.
- After that, every open cell in column 3 belongs to the same region, so that region's marker has to be somewhere in this column — clearing every other open cell in the region.
- Now, every remaining candidate in this region touches row 4, column 1 and row 4, column 3 — so whichever candidate ends up marked will clear them, and they can be ruled out now regardless of which one wins.
- From there, place a marker at row 5, column 3. Region has exactly one open cell left. Placing here clears the rest of row 5, column 3, and its region. Placing here also clears its 2 touching neighbours.
- Following that, place a marker at row 3, column 2. Region has exactly one open cell left. Placing here clears the rest of row 3, column 2, and its region. Placing here also clears its 1 touching neighbour.
- First, place a marker at row 1, column 1. Region has exactly one open cell left. Placing here clears the rest of row 1, column 1, and its region.
- Next, place a marker at row 4, column 6. Region has exactly one open cell left. Placing here clears the rest of row 4, column 6, and its region.
- Then, place a marker at row 6, column 5. Region has exactly one open cell left. Placing here clears the rest of row 6, column 5, and its region.
- Finally, place a marker at row 2, column 4. Region has exactly one open cell left.
The key move here was Shape squeeze — once you can spot that, this board falls quickly. ∎