Knight's Tour
(Published on 10. May 2025, 19:06 by Lyun Licuss)
This is a variant of sudoku.
Regular Sudoku rules apply:
Each row, column, and 3×3 box contain numbers 1~9.
Knight's Tour rules apply:
The knight moves from the marked cell according to the rules of chess to the end of the star cell,
and the numbers on the movement path start from 1 and gradually increase to 9 then getting in the loop.
The knight may not pass through the given numbers.
Here is the example puzzle (5×5 version):
Try examle puzzle.
Main Puzzle:
CTC link.
Penpa link. Enjoy the puzzle :D
Solution code: The row and column containing the '7' that the knight passed through for the first time, 18 digits no space.
Solved by alexsmart, prismic911, StefanSch, larmoejr, OhHeyGuysItsMax, xiao01wei, 72kchunshuai, whtshername, annnz