How to solve this 8×8 logic puzzle
A
B
C
D
E
F
G
H
1
2
3
4
5
6
7
8
1
2
🐱
🐱
3
4
🐱
🐱
5
6🐱
🐱
7
8
🐱
🐱
This 8×8 board rates as severe (difficulty score 1401). Solving it from scratch takes 35 logical steps, using 7 techniques: Single cell, Row/column exclusion, Adjacency clear, Region confinement, Line confinement, Shape squeeze, Forced chain. Every step below is forced: nothing here is a guess.
- First, every open cell left in this region sits in row 7, so its marker has to land there; that clears every other open cell in the row.
- Next, every open cell left in this region sits in row 8, so its marker has to land there; that clears every other open cell in the row.
- Then, every remaining candidate in this region touches G5, so whichever candidate ends up marked will clear it, and it can be ruled out now regardless of which one wins.
- After that, every remaining candidate in this region touches B7, so whichever candidate ends up marked will clear it, and it can be ruled out now regardless of which one wins.
- Now, every remaining candidate in this region touches D6, so whichever candidate ends up marked will clear it, and it can be ruled out now regardless of which one wins.
- From there, marking A1 would force C8 (the last open cell in region 7), then E7 (the last open cell in region 8), and then region 6 would be left with no open cell for its marker. So A1 can't be the marker there.
- Following that, if B1 were the marker, it would force C8 (the last open cell in region 7), then E7 (the last open cell in region 8), and region 6 would end up with no open cell for its marker, which can't happen. So it can't go there.
- First, that one can't be the marker: at C1 it would force D7 (the last open cell in region 8), then E5 (the last open cell in region 6), then F3 (the last open cell in column F), and row 2 would be left with no open cell for its marker.
- Next, if E1 were the marker, it would force D7 (the last open cell in column D), then B6 (the last open cell in region 6), and region 4 would end up with no open cell for its marker, which can't happen. So it can't go there.
- Then, marking G1 would force H3 (the last open cell in row 3), then B4 (the last open cell in row 4), then D7 (the last open cell in column D), and the chain continues, and then row 6 would be left with no open cell for its marker. So G1 can't be the marker there.
- After that, every open cell in column G belongs to the same region, so that region's marker has to be somewhere in this column; that clears every other open cell in the region.
- Now, if H1 were the marker, it would force D7 (the last open cell in column D), then C2 (the last open cell in column C), then G3 (the last open cell in row 3), and the chain continues, and row 6 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 A2 it would force F1 (the last open cell in row 1), then G3 (the last open cell in row 3), then B4 (the last open cell in row 4), and the chain continues, and column D would be left with no open cell for its marker.
- Following that, marking B2 would force F1 (the last open cell in row 1), then G3 (the last open cell in row 3), and then row 4 would be left with no open cell for its marker. So B2 can't be the marker there.
- First, that one can't be the marker: place it at D2, and row 1 would be left with no open cell for its marker.
- Next, marking E2 would immediately leave row 1 with no open cell for its marker, so it can't be the marker there.
- Then, that one can't be the marker: at G2 it would force D1 (the last open cell in row 1), and column H would be left with no open cell for its marker.
- After that, marking D1 would force H2 (the last open cell in row 2), then B3 (the last open cell in row 3), then G4 (the last open cell in row 4), and the chain continues, and then row 5 would be left with no open cell for its marker. So D1 can't be the marker there.
- Now, place a marker at F1. Row 1 has exactly one open cell left. Placing here clears the rest of row 1, column F, and its region.
- From there, place a marker at C2. Row 2 has exactly one open cell left. Placing here clears the rest of row 2, column C, and its region. Placing here also clears its 1 touching neighbour.
- Following that, place a marker at G3. Row 3 has exactly one open cell left. Placing here clears the rest of row 3, column G, and its region. Placing here also clears its 1 touching neighbour.
- First, place a marker at B4. Row 4 has exactly one open cell left. Placing here clears the rest of row 4, column B, and its region.
- Next, place a marker at A8. Region has exactly one open cell left.
- Then, place a marker at D7. Column 4 has exactly one open cell left. Placing here clears the rest of row 7, column D, and its region. Placing here also clears its 1 touching neighbour.
- After that, place a marker at E5. Region has exactly one open cell left. Placing here clears the rest of row 5, column E, and its region.
- Finally, place a marker at H6. Region has exactly one open cell left.
The key move here was Forced chain. Once you can spot that, this board falls quickly. ∎