Normal Sudoku rules apply (each row, column, and given 3x3 box must contain the digits 1 to 9). Cells with a shaded circle are odd digits; cells with a square are even. And 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 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. 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 on either side of a black dot must have a ratio of 1:2 (one is double the other) - 6 can be paired with 2 (6x2=12), 3 (3x2=6), or 8 (8x2=16).
Solution code: Rows 1 and 9
on 3. September 2024, 01:07 by RafeSafari
Very nice puzzle. Took a bit less than two hours. However I did not used the large diagonal sum!
on 17. August 2024, 07:50 by StatisticallyYes
Edited title
on 14. July 2024, 11:55 by Dr Logic
Really Lovely Puzzle! Thanks for sharing
Difficulty: | |
Rating: | N/A |
Solved: | 6 times |
Observed: | 2 times |
ID: | 000IXC |