Normal Sudoku rules apply (each row, column, and given 3x3 box must contain the digits 1 to 9). Everything is mod 10. So a 6 might mean 6, or 16, or 26, etc.
The following variants are all subject to the mod 10 rule. Digits in a cage must add to the sum in the top left corner - e.g. if the number in the corner is 0, the digits might sum to 10, 20, 30, etc. Digits along an arrow must sum to the number in the circle - e.g. if a 4 is in the circle, the digits along the arrow might sum to 4, 14, 24, etc. The blue lines are region sum lines. For each line, digits on the line have an equal sum N within each box it passes through. If a line passes through the same box more than once, each individual segment of such a line within that box sums to N separately. So if one segment sums to 16, the other segments might sum to 6, 16, 26, etc. N can be different for different lines.
Lösungscode: Row 1
am 17. August 2024, 23:36 Uhr von wuc
Great ideas and cool rulset. I started setting some mod puzzles myself recently. Had trouble at some stages to deduce the steps. Look ahead was necessary. But enjoyed the time with the puzzle very much thx.
Schwierigkeit: | |
Bewertung: | N/A |
Gelöst: | 6 mal |
Beobachtet: | 2 mal |
ID: | 000JEF |