There is knight on a horse starting in the bottom left corner. The knight moves like knight in chess. Find a path that ends in the top right corner. The knight needs to visit every box and can not step on a square it already stepped on. The knight moves around the grid, each time landing on an increasing consecutive digit. If it reaches 9, it then starts to decrease. Similarly if it reaches 1 again, it will start to increase. It may go through this sequence as many times as required.
Solution code: column 8
on 22. November 2023, 23:20 by NRB
@andyclark148. I feel your pain, but it is possible to solve, keep at it.
on 22. November 2023, 20:51 by aerenhart
Man, I had to restart it like 4 times because I kept messing up the possible jumps! Very fun puzzle, thanks!
on 22. November 2023, 16:50 by andyclark148
Having a bit of an issue with this one. Think I am ok with starting the puzzle but struggling to move forward with the Knight move constraint. Anyway to get a little help from someone on this? New to the site so not sure if that would be allowed.
on 22. November 2023, 01:31 by Soothsayer
Nice constraint. Thank you for setting!
on 21. November 2023, 21:48 by Myxo
Very nice idea!