Cage Match
(Published on 9. May 2024, 23:33 by juddimal)
- Normal Sudoku rules apply.
- Divide the grid into ten orthogonally-connected cages. Each cage is 7 or 8 non-repeating digits and may not include any grey squares. Each cage must contain two adjacent cells read as a two-digit number (reading left to right) which is equal to the cage total. Each cage total is unique.
- Circles count the number of cages in adjacent squares.
- Numbers outside the grid are the sum of all cage totals that have a digit along the indicated diagonal.
Sample
SudokuPad
Solution code: Column 1 (9 digits)
Solved by jkuo7, SKORP17, Rafje, pms_headache, lustiger01, misko, zakkai
Comments
on 11. May 2024, 02:40 by lustiger01
Looks at first glance much easier than it really is. I enjoyed the ride from the low hanging fruits to the real difficulties. THANKS.
on 11. May 2024, 01:44 by juddimal
Thanks Rafje. My last puzzle I listed as a 5 and it got lowered, so I thought I would start this as 4 difficulty.
on 10. May 2024, 17:12 by Rafje
Beautiful logic, and not easy.