In this puzzle, I tried experimenting with an interesting constraint: "Anti-arrow". To create the puzzle, I wrote a little computer program that helped me a lot, and so I was unsure if the puzzle was actually humanly solvable, but I found a clear logic path that leads to the solution afterwards. This puzzle is really hard and may take a while to solve. By the way, this is my first puzzle.
Rules:
Normal sudoku rules apply: Place the digits 1 to 9 in the box so that no digit repeats.
Arrows:
- Digits along an arrow sum to the digit in that arrow circle, which is always located at the arrow's base.
- Arrows can't branch and can't visit a cell more than once.
- Arrows can travel orthogonally and diagonally.
Anti-Arrow: All possible arrows are given.
Prime row: A "P" next to a row indicates that the 3-digit number formed by the digits in that row is a prime number (reading from the "P").
I apologize for my bad English. (I'm a french high school student)
Puzzle:
Hope you enjoy it!
Lösungscode: All the digits from top to bottom in reading order
am 15. August 2025, 21:16 Uhr von RailMan
That was a nice puzzle. I like the logic that is hiding in there. Well done!
am 18. Juli 2025, 23:04 Uhr von Sudokode
Updated rules.
am 18. Juli 2025, 17:47 Uhr von Sudokode
Changed the difficulty from 5* to 4*
am 18. Juli 2025, 01:35 Uhr von Sudokode
Updated unclear rules.
am 18. Juli 2025, 01:32 Uhr von Sudokode
@blueberrypug When read from left to right they form a 3-digit prime number. Sorry for the unclear phrasing.
am 18. Juli 2025, 01:21 Uhr von blueberrypug
quick question, for the prime rule, does it mean that the numbers in that row sum to a prime number, or does it mean that when read left to right they form a 3-digit prime number