This is my very first puzzle.
I came up with a variant that I have never seen before, so I figured I should set a Sudoku myself with that variant to see how well it works. I am definitely not the best setter, but I think the rule has potential, especially if wielded by someone more experienced.
Try it out and tell me what you think.
Maybe it's not a new variant, and I just don't know the proper name for it?
Consider Figure 1 in the graph below. R2C3, R2C4, and R4C3, R4C4 cannot be disambiguated without the Angle Sum constraint. The rotation of the Angle Sum cell is 45 degrees, and the sum must be 13. In Figure 2, we attempt to start from the left bound of the puzzle, but no matter if we rotate clockwise or counterclockwise, we cannot get to the sum of 13 if we add up the digits. This is therefore not the correct angle.
We try the same thing, this time from the top, in Figure 3. Here, there is a way of accumulating a sum of 13, but only if R2C3 is 3. Checking from the right bound and bottom bound, we can see that the green arrow in Figure 3 is actually the only way we can get to the sum of 13. Therefore, R2C3 must be 3. The puzzle can now be completed.
Solution code: Row 8, left to right
Please note: The German version of this page has changed. It is possible that this page does not contain the latest information.