How to solve this 6×6 logic puzzle
A
B
C
D
E
F
1
2
3
4
5
6
1
2🐱
🐱
3
4
🐱
5
🐱
6
🐱
🐱
This 6×6 board rates as severe (difficulty score 1144). Solving it from scratch takes 24 logical steps, using 6 techniques: Single cell, Row/column exclusion, Adjacency clear, Line confinement, Shape squeeze, Forced chain. Every step below is forced: nothing here is a guess.
- First, every remaining candidate in this region touches E2, so whichever candidate ends up marked will clear it, and it can be ruled out now regardless of which one wins.
- Next, every remaining candidate in this region touches B2, so whichever candidate ends up marked will clear it, and it can be ruled out now regardless of which one wins.
- Then, every remaining candidate in this region touches C5, so whichever candidate ends up marked will clear it, and it can be ruled out now regardless of which one wins.
- After that, marking A1 would force B3 (the last open cell in row 3), then C6 (the last open cell in column C), then F5 (the last open cell in region 5), and then column E would be left with no open cell for its marker. So A1 can't be the marker there.
- Now, if B1 were the marker, it would force F3 (the last open cell in row 3), and column E would end up with no open cell for its marker, which can't happen. So it can't go there.
- From there, that one can't be the marker: at C1 it would force F2 (the last open cell in row 2), then B3 (the last open cell in row 3), and column A would be left with no open cell for its marker.
- Following that, every open cell in row 1 belongs to the same region, so that region's marker has to be somewhere in this row; that clears every other open cell in the region.
- First, every open cell in row 2 belongs to the same region, so that region's marker has to be somewhere in this row; that clears every other open cell in the region.
- Next, every remaining candidate in this region touches B3, so whichever candidate ends up marked will clear it, and it can be ruled out now regardless of which one wins.
- Then, every remaining candidate in this region touches B5, so whichever candidate ends up marked will clear it, and it can be ruled out now regardless of which one wins.
- After that, if E1 were the marker, it would force F3 (the last open cell in row 3), then B6 (the last open cell in column B), and row 5 would end up with no open cell for its marker, which can't happen. So it can't go there.
- Now, that one can't be the marker: at F1 it would force E3 (the last open cell in row 3), and region 5 would be left with no open cell for its marker.
- From there, place a marker at D1. Region has exactly one open cell left. Placing here clears the rest of row 1, column D, and its region. Placing here also clears its 1 touching neighbour.
- Following that, place a marker at A2. Region has exactly one open cell left. Placing here clears the rest of row 2, column A, and its region.
- First, place a marker at B4. Region has exactly one open cell left. Placing here clears the rest of row 4, column B, and its region.
- Next, place a marker at E3. Region has exactly one open cell left. Placing here clears the rest of row 3, column E, and its region.
- Then, place a marker at C6. Region has exactly one open cell left. Placing here clears the rest of row 6, column C, and its region.
- Finally, place a marker at F5. Region has exactly one open cell left.
The key move here was Forced chain. Once you can spot that, this board falls quickly. ∎