Normal Sudoku rules apply.
In cages, digits must sum to the small clue in the top left corner of the cage.
An odd snake has made the grid its home! A snake is a one cell wide path of orthogonally connected cells that doesn't branch. You must deduce the cells where the snake begins and ends.
The snake has the following properties:
-- The snake's body consists solely of odd digit cells.
-- The snake visits all 9 boxes.
-- The snake does not touch itself orthogonally. Diagonals are fine.
-- The snake does not orthogonally touch any odd digit cell that is not part of its body. Diagonals are fine.
Enjoy!
Solution code: Row 6
on 6. December 2020, 23:41 by steelwool
f-puzzles link:
https://f-puzzles.com/?id=y5gczje4
on 6. December 2020, 21:34 by Mufasa
Got it with 2 hints from CTC. Than you for allowing a beginner to experience this
on 6. December 2020, 18:46 by JeffWajes
Clarified what a snake is.
on 6. December 2020, 00:01 by SudokuExplorer
I really enjoyed the flow of the logic! Thanks :-)