Normal Sudoku Rules Apply
Within cages, digits cannot repeat and must sum to the small number in the cage.
Draw a path, starting in row 1 column 1 and travelling horizontally and vertically, which visits every non-black cell exactly once. Black cells are not visited at all. In cells where the path starts or turns, the digit in that cell gives the row it moves to, if travelling vertically, or the column if travelling horizontally. The path must follow the killer cages, ie once the path enters a cage it must visit all cells in that cage before leaving. The path does not end in a cage.
For example: 3 in r1c1 going to r3c1. 5 there leads to r3c5. 7 there leads to r7c5.
If you enjoy this, please also try my earlier puzzle with the same pathing rules: RC Grand Tour
Play online:
SudokuPad
Solution code: Row 5 then Column 6
on 18. November 2022, 15:50 by antichaos
Fixed an html error that made the path rules not show. One of these days I'll post a puzzle right the first time :(
on 18. November 2022, 15:45 by peterkp
Have you missed out some of the rules?