Similar to Deep Indexing, this puzzle uses fog both for cells inside the grid and for outside clues. The outside clues here are "hitpoints" clues. See below for a more in-depth explanation. Thanks to the CtC-discord for testing.
Hitpoints clues are similar to sandwich/X-sums/skyscrapers in the sense that they only care about the contents of their respective row or column. In this puzzle, outside clues are only placed on the left and on the top of the grid. If there is a hitpoint clue in r3c0 with a value of 3, this means that either
The 9 in this example could never be on the right of row 3 because it would count towards the hitpoints sum. For clues on the top of the grid, the same applies but digits matching their row numbers are summed instead.
The minesweeper clues count themselves but never count the outside clues. So a 3 in a circle has 2 other odd digits around it inside the grid - and it could be surrounded by any number of odd hitpoint clues outside the grid.
Solution code: Row 9
Difficulty: | |
Rating: | 87 % |
Solved: | 60 times |
Observed: | 6 times |
ID: | 000HM4 |