I used to be able to do a knight's tour blindfolded from any square on the board. Some of the solutions are loops, and if you learn one of those it's not that hard to do. It's been a few years since I last tried it though, and I'm not sure I could do it these days.
Most Recent
Forum Legend
Following
New Comments
Locked Topic
Pinned Topic
Lately I have been trying to solve the knight's tour. To do this, one must
move the knight around the board touching each square once and only once.
It can be done on a 5x5 board (hint, start in the center square). I understand
most of the greats of chess have no problem with this puzzle but it isn't easy.