Is it possible for a Knight on a standard chess board to start at square H1 and touch every other square of the board exactly once (using standard Knight moves), finishing at square A8 ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The Knight would have to make exactly 63 moves to do this. But a Knight alternates what color square it lands on every move. KR1 and QR8 are the same color, thus the Knight can reach QR8 only on an even numbered move, not on the 63rd move.