Snake Sum Sudoku 6
Normal sudoku rules apply except that the regions are irregular.
Additionally, a snake has to be drawn into the grid. The head and tail of the snake are in the two cells with the grey circles. The snake may not touch itself orthogonally, but it can touch itself diagonally.
The clues outside the grid indicate the sum of the digits located on the snake in the corresponding row/column. Considering "Snake" and "non-snake" as two colors, the given digits show how many cells orthogonally connected to the given are of a different color to the color of the given cell itself. All such possible digits are shown. NOTE: Digits placed by the solver CANNOT be true or they would have been given
Givens can be on or off the snake.
Here is a link to the puzzle on penpa
Solution code: Row 3 + Column 7
on 15. July 2020, 22:47 by henrypijames
Wow, I solved this one in less than half the time I had needed for any previous Snake Sum. I feel like I'm really getting good at it now.
Please note: The German version of this page has changed. It is possible that this page does not contain the latest information.