Normal sudoku rules apply.
Loop: Draw a one-cell wide loop of orthogonally connected cells that does not branch or touch itself, even diagonally. The loop has to visit each 3x3 box at least once.
Digits on the loop determine the direction of the loop:
The loop goes clockwise around the grid. (I.e., the outside of the loop is always on its left.) See the example image for how the loop moves.
Unfriendly: The loop cannot contain any friendly cells. A cell is friendly if its digit equals its row number, column number, or box number.
Circles: A digit in a circle indicates the number of cells in the 3x3 area centered around the circle which are on the loop, including itself. Not all circles are necessarily given.
Example for reference:
Lösungscode: Column 5
am 14. September 2024, 08:20 Uhr von yttrio
Wow, quite incredible that this rule set manages to have a unique, logical solution! There were definitely a couple of pretty tricky steps along the way for me (and I had to be careful not to overlook some possibilities), but that was ultimately quite satisfying to finally complete!