Standard sudoku rules apply: each row, column, and 3x3 box must contain all the digits from 1 to 9.
Digits along an arrow must sum to the digit in the arrow's circle.
Digits in a cage cannot repeat, and must sum to the small number in the corner of the cage.
The green line is a German Whispers line: consecutive digits along the line must have a difference of at least 5.
The blue line is a Dutch Whispers line: consecutive digits along the line must have a difference of at least 4.
Solution code: Enter row 5 followed by column 5, with no spaces or punctuation.
on 27. October 2022, 14:31 by sujoyku
Thank you for the enjoyable puzzle, EPH! I found it quite challenging (which might be due to the fact that I was not familiar with dutch whisper lines). Anyways, this is a great puzzle!
on 27. October 2022, 05:53 by ScatterBrain
Very smooth logic the whole way. Thanks!