Normal sudoku rules apply.
Draw a loop that moves orthogonally between the centres of some cells and does not visit any cell more than once.
For any cell in which the loop turns, the digit on that loop corner is strictly greater than the sum of the adjacent digits on the loop.
Cells with a circle are not visited by the loop, and contain a digit showing how many of the (up to 8) surrounding cells are visited by the loop.
Solution code: Row 1 (top), left to right
on 29. August 2026, 11:23 by bboom
This becomes a lot easier once you decide to read properly and realize "greater than adjacent digits" isn't the same as "greater than the sum of adjacent digits". Fun one!
on 28. August 2026, 21:22 by emoney1374
Cool twist that’s well executed!
on 28. August 2026, 15:13 by ViKingPrime
I think you're becoming addicted to 6x6s, which is no bad thing.
on 27. August 2026, 11:58 by amirs
Very nice idea and implementation. It becomes relatively easy once you understand how powerful the constraint is.
on 26. August 2026, 23:45 by Astraeus
Beautiful! I love how such a seemingly little constraint can have such important implications throughout the grid.
| Difficulty: | ![]() |
| Rating: | 94 % |
| Solved: | 57 times |
| Observed: | 1 times |
| ID: | 000UKD |
Please note: The German version of this page has changed. It is possible that this page does not contain the latest information.