Knight's Tour
Move the chess knight to visit every square on the board exactly once!
Category: Strategy
·
v1.0.0
Click any square to place the knight
Tours Completed
0
Best Time
—
Best Moves
—
Z Undo
R Restart
H Hint
About This Game
A classic mathematical puzzle! Starting from any square, move a chess knight so that it visits every square on the board exactly once. The knight moves in an L-shape: two squares in one direction and one square perpendicular. Can you complete the tour?
How to Play
- Click any square to place the knight
- Click a highlighted valid move to jump there
- The knight moves in an L-shape (2+1 squares)
- Visit every square exactly once
- Visited squares show their move number
- Use Warnsdorff's rule: prefer squares with fewer onward moves
- Press Z to undo, R to restart