Logic Masters Deutschland e.V.

Killer Python

(Published on 8. September 2020, 05:29 by jacksongriggs)

A snake appears in the grid. All that is known about it are the number of cells on the snake that appear in each row and column, denoted by the clues on the right and bottom of the grid. The snake may not touch itself orthogonally, but may touch itself diagonally.

Once the snake has been found, it will consist entirely of pairs of digits summing to prime numbers (i.e. a group of three cells will contain two pairs). The pointing clues on the top and left sides of the grid reveal the sum of all the cells on the indicated diagonal which are part of the snake.

Normal sudoku rules apply.

f-puzzles link

Solution code: row 9 and col 9, 18 digits, no spaces

Last changed on on 9. September 2020, 19:06

Solved by ThrowngNinja, smckinley, NikolaZ, polar, Tilberg, MagnusJosefsson, Imperial Marcher, zorant, Nylimb, cdwg2000, juhish, zhergan, SSG
Full list

Comments

on 28. November 2020, 05:42 by cdwg2000
Important reminder: The snake itself and itself can be diagonally adjacent (this is the rule that distinguishes the standard snake)!

on 9. September 2020, 19:14 by Tilberg
Ah, now it's clear for everyone how to put in the code ...

I enjoyed it, it has some fun logic and also kept its resistance throughout the two stages of the solving process. I think I didn't need all of the clues from the right side and the bottom, though.

on 9. September 2020, 19:06 by jacksongriggs
Whoops, accidentally pasted the image id into the german solution code box. Should just display the english version now!

on 9. September 2020, 18:58 by jacksongriggs
Thanks for solving! Hope you enjoyed yourself :)

on 9. September 2020, 18:54 by Tilberg
Thanks! Solved it! :-) Nice solution path by the way, not too complicated, but quite narrow.

on 9. September 2020, 18:52 by jacksongriggs
Hi Tilberg, just enter the 9 digits in row 9 followed by the 9 digits in column 9.

Something like this: 123456789123456789

on 9. September 2020, 18:50 by Tilberg
I don't understand how to type in the solution code.

Difficulty:4
Rating:98 %
Solved:13 times
Observed:9 times
ID:0004AD

Puzzle variant

Enter solution

Solution code:

Login