Normal Sudoku Rules: The digits 1-9 must be placed in each row, column, and box so that no digit is repeated in a row, column, or box.
Entropic lines: Each group of 3 digits along a peach line must contain a digit from each group of 123, 456, and 789.
German whisper lines: Digits along a green line must differ by at least 5.
Even box: Digits in a gray box are must be even.
Renban lines: Digits along a purple line must be a group of consecutive digits in any order.
Double arrows: Digits along the line between two circles must sum to the sum of the digits in the circles.
Kropki: Digits touching a black dot must in an a 1:2 ratio. Digits touching a white dot must be consecutive.
Solution code: The solution code is the digits on the negative diagonal (r1c1, r2c2, r3c3, etc).
on 6. January 2025, 23:41 by abadx
Nice work. It was a bit hard for me to disambiguate the kropkis as two different paths existed. At the end I had to bifurcate a bit in order to find the right combination. Good job
on 18. November 2024, 22:19 by PinkNickels
I really struggled until I realized I was being an idiot and didn't see the double arrow circles were part of the renban. Doh! Once I realized my oversight, it flowed beautifully. Well done!
----
Easy to miss! I wonder if I could've somehow made the renban line appear on top of the circles. Thanks for giving it a try!
- voldemortensen
on 25. October 2024, 22:14 by sujoyku
Thank you for this fun puzzle, voldemortensen!
--
Thanks for giving it a go! Glad it was fun for you.
- voldemortensen
Please note: The German version of this page has changed. It is possible that this page does not contain the latest information.