Lösungscode: Zeile 1 von links nach rechts (5 Ziffern).
am 20. September 2024, 18:57 Uhr von permafrostyx
yay i like colouring puzzle
am 20. September 2024, 18:47 Uhr von Elytron
Changed the wording of the rules due to feedback :)
am 20. September 2024, 18:40 Uhr von sfield
Had some trouble understanding the instructions. First, I wasn't clear that every cell had to see at least one other cell with the same digit via a knights move. I thought just one instance of each digit needed to do that, which wasn't enough to disambiguate. I solved it with variables before putting in digits and without that, I had 2 possible setups. With the constraint that every cell needed to see another cell with the same digit via a knights move, that resolved which of the two possibilities was correct. It should say "Each CELL must "see" at least one identical digit..."
Also, I wasn't clear what "x" was. At first, I thought x was the same thing as N because the instructions never mentioned it. Didn't take long to realize that doesn't work and to figure out that it had to be another variable. But the instructions should have said something like:
"The value of x must be deduced."
Thank you for your comprehensive feedback. I will try to adjust the rules accordingly -Elytron