Apply classic Snake rules :
This variant includes multiple snakes on the grid. Different snakes can not touch, even diagonally. It is part of the puzzle to figure out which ends are linked.
Here is a link for solving it on your browser using Penpa-edit (use the "solution" option not to mess up anything). Using the "Surface" key, you can shade, and color squares for reference.
Solution code: Length of each snake (including head and tail) from smallest to biggest, then the number of shaded cell in each clueless row in reading order (rows 1, 2, 3, 6 and 7 in that order; ends of snakes are considered shaded cells).
on 6. May 2020, 21:33 by Carrick22
The puzzle is harder than my previous one because it requires the solver to proceed by contradiction. You can make deductions along the way, but always need to prove why something can't be that way. This process is still linear and you can only do so much at each step of the puzzle, making it a progressive solve.