chess moves

Canvas Knight's Tour

Canvas Knight's Tour

What is it? Knight’s Tour is a chess puzzle in which the task is to move a knight across the chess board by standard knight moves. The only restriction is that the knight cannot visit the same square twice. The puzzle is said to be completed if the knight visited all squares on the board. The classic Knight’s Tour problem can be extended to any board size (larger than 4). In this game you can test all different board size. Features Graphics ...