Rules:
1. Write digits from 0 to 9 in each row and each column.
2. You start at the white triangle at the bottom left and you move forward the value of this cell. Whenever you land on a cell you have to move again the number equal to the cell digit. The goal is to reach the star and there is only one path to follow (you cannot cross the black line).
3. You always have to move forward (the direction that brings you closer to the star along the path) except when you land on a penalty triangle you have to move backward the digit of the triangle.
4. Squares: You cannot land on a square (some are given digits).
5. Circles: When you land on a circle, you must ignore the value in the circle and follow the path of the arrow instead and continue your adventure wherever it lands. You cannot change direction on arrows when they cross other arrows.
6. Exploration: Every cell (except the squares) must be visited before reaching the star. (You must land on every cell except the squares.)
Solve online (Penpa+) : Answer check is also enabled if you use blue or green colour digits
Puzzle:
Happy Solving !!!
Solution code: Enter the digits from rows 1, 3 and 9 without space in a single line
on 5. July 2025, 22:08 by prismic911
Clarified rule #6 to specify that you must LAND on every cell except the squares and not just passing by.
on 18. May 2025, 12:14 by prismic911
Added the SudokuPad link.
on 13. May 2025, 01:27 by Da Letter El
this was brutal fun combining signpost logic with sudoku logic
on 11. May 2025, 02:21 by prismic911
I changed the solution code to only 3 lines instead of all the lines
Please note: The German version of this page has changed. It is possible that this page does not contain the latest information.