Three puzzles in one grid! This 5x5 grid can be solved three times, each time using a different constraint type for the lines. First solve as Region Sums, then as Dutch Whispers, finally as Renban (detailed rules given below). You will need the last line of the grid from each solve in the solution code.
I am very interested to hear feedback on this one, comments most welcome.
5x5 Sudoku rules apply. Place the Digits 1 to 5 once each in each row column and region.
Digits in a shaded box must be even. Digits in a shaded circle must be Odd.
First solve solve the puzzle using the lines as Region Sum lines, region borders divide the lines into sections with the same sum.
Next solve the puzzle treating the lines as Dutch Whispers lines. Adjacent digits on the lines must differ by at least 2.
Finally solve the puzzle using the lines as Renban lines. Digits on the lines must form a consecutive non-repeating set (in any order).
Solution code: Enter the last row of the grid from left to right. First Region Sum Then Whispers Then Renban
on 21. October 2024, 21:46 by sujoyku
Lovely puzzle! Thank you for this beautiful construction, fractalJim!
on 28. August 2024, 16:28 by h1dd3ntrip7e
Amazing that you even found this configuration that works with 3 different line types. How many possible configurations could there even be?
on 23. August 2024, 20:45 by Clowns_rock
I really enjoyed this puzzle!! Interesting to recognize constants within all 3 puzzles. Took roughly 16 minutes for me to solve
on 3. August 2024, 16:05 by ostio456
Interesting to see how different rule sets change the difficulty of seemingly identical grids.
on 3. August 2024, 14:26 by Steven666v2
That was brilliant! Really liked it!
on 3. August 2024, 01:52 by fractalJim
Made Solution code description clearer
on 2. August 2024, 23:21 by Snaques
I'm not the biggest fan of the smaller grids, but it was pretty neat seeing one working on so many rulesets.
I concrete feedback on the solution code though. You say we should enter the last "line" of each puzzle, which makes me think of the sum, whisper and renban lines. You might want to change that to last "row" to avoid confusion.
on 2. August 2024, 12:30 by maiaz
very cute! thanks!
on 2. August 2024, 10:56 by Montikulum
Very nice setting! If you work with lines having a difference of two, you may want to go for "Chinese whisper line", but that is a very minor point.
on 2. August 2024, 08:44 by Sanklo
Loved the different approaches for each puzzle!