- Joined
- Sep 22, 2012
- Messages
- 90
has anyone ever created a program that solves a set of n-x-n tiles using a knight such that its next move won't come across the traversed tiles??
i know there's something magical when you put them on a 3 x 3 layout, the knight would just rotate its position from tile to tile and it will never reach the center.
x x x
x x x
x x x
if all moves fail then abort the process??
tnx in advance
i know there's something magical when you put them on a 3 x 3 layout, the knight would just rotate its position from tile to tile and it will never reach the center.
x x x
x x x
x x x
if all moves fail then abort the process??
tnx in advance
Last edited by a moderator: