Knight's Tour Visualization

An online Knight's tour visualizer using divide and conquer algorithm.

Tip: An n * n chessboard has a closed knight's tour iff n ≥ 6 is even.

Note: The pieces of chess are placed inside a square, while the pieces of Chinese chess are placed on the intersections of the lines.

(Board size should be an even number).

Canvas not supported
Fork me on GitHub