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 1305). Solving it from scratch takes 32 logical steps, using 8 techniques: Single cell, Row/column exclusion, Adjacency clear, Region confinement, Line confinement, Paired regions, Shape squeeze, Forced chain. Every step below is forced: nothing here is a guess.
- First, every open cell left in this region sits in column A, so its marker has to land there; that clears every other open cell in the column.
- Next, every remaining candidate in this region touches F7, so whichever candidate ends up marked will clear it, and it can be ruled out now regardless of which one wins.
- Then, marking D1 would force C8 (the last open cell in column C), then H2 (the last open cell in row 2), and then row 3 would be left with no open cell for its marker. So D1 can't be the marker there.
- After that, if E1 were the marker, it would force C8 (the last open cell in column C), then H2 (the last open cell in row 2), and row 3 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 G3 (the last open cell in row 3), then E8 (the last open cell in region 8), and region 7 would be left with no open cell for its marker.
- From there, together, two regions have open cells only in columns G and H; with one marker each, those two markers have to fill exactly those two columns, so every other region's open cells there can be cleared.
- Following that, every remaining candidate in this region touches E7, so whichever candidate ends up marked will clear it, and it can be ruled out now regardless of which one wins.
- First, if H1 were the marker, it would force G5 (the last open cell in region 6), then B4 (the last open cell in region 4), then C2 (the last open cell in column C), and the chain continues, and column D would end up with no open cell for its marker, which can't happen. So it can't go there.
- Next, marking B2 would force G1 (the last open cell in row 1), then F3 (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.
- Then, if C2 were the marker, it would force G1 (the last open cell in row 1), then F3 (the last open cell in row 3), then E8 (the last open cell in region 8), and region 7 would end up with no open cell for its marker, which can't happen. So it can't go there.
- After that, that one can't be the marker: at D2 it would force G1 (the last open cell in row 1), then F3 (the last open cell in row 3), then E8 (the last open cell in region 8), and region 7 would be left with no open cell for its marker.
- Now, marking G1 would force E2 (the last open cell in row 2), then B4 (the last open cell in row 4), and then row 3 would be left with no open cell for its marker. So G1 can't be the marker there.
- From there, 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.
- Following that, if F2 were the marker, it would force E8 (the last open cell in region 8), and region 7 would end up with no open cell for its marker, which can't happen. So it can't go there.
- First, marking H2 would force G5 (the last open cell in region 6), then F3 (the last open cell in row 3), then E8 (the last open cell in region 8), and then region 7 would be left with no open cell for its marker. So H2 can't be the marker there.
- Next, place a marker at E2. Row 2 has exactly one open cell left. Placing here clears the rest of row 2, column E, and its region.
- Then, place a marker at H3. Row 3 has exactly one open cell left. Placing here clears the rest of row 3, column H, and its region.
- After that, place a marker at G5. Region has exactly one open cell left. Placing here clears the rest of row 5, column G, and its region. Placing here also clears its 1 touching neighbour.
- Now, place a marker at F8. Region has exactly one open cell left. Placing here clears the rest of row 8, column F, and its region.
- From there, place a marker at D7. Region 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.
- Following that, place a marker at A6. Region has exactly one open cell left. Placing here clears the rest of row 6, 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.
- Finally, place a marker at C1. Region has exactly one open cell left.
The key move here was Forced chain. Once you can spot that, this board falls quickly. ∎