Es gelten die normalen Sudoku-Regeln.
Für die Ziffer 9 gelten Anti-Springer-Regeln. Eine 9 darf nicht innerhalb eines Schachritters von einer anderen 9 sein.
Außerdem kann eine 9 nicht innerhalb eines Schachritterzuges von zwei Feldern liegen, die sich auf 9 summieren.
Lösungscode: Spalte 1, 2
am 21. Juli 2021, 15:50 Uhr von VeTaurus
I don´t understand the ruleset. In box 1 the 2 and the 7 sum to 9 and so the 9 in r1c1 breaks the rule.
edit (by tzael): The 7 is not within a chess knights move. So the 7 couldn't be in R3C2.
edit (by VeTaurus): How can a 9 be within a chess knights move of 2 cells? The 2 is within so I still don´t get it.
edit (by tzael): R1C1 is within a chess knight's move of R2C3 and R3C2. So the rule states that the sum of R2C3 and R3C2 can't be 9 since R1C1 is a 9.