Knight Tour Mini — Visit Every Square Once
Move a chess knight to visit every square on a 5x5 board exactly once.
How to play
- Click any square to place the knight (♞) and start the tour.
- Valid knight moves are highlighted in green — click one to move there.
- Each square shows the move number it was visited on.
- Reach all 25 squares to complete the tour.
- Use 'Undo' to backtrack if you get stuck.
Click any square to place a chess knight (♞). Then click squares highlighted in green — each one must be a valid knight's move (L-shape). Try to visit all 25 squares without repeating any!
Frequently asked questions
- How does a knight move?
- A knight moves in an L-shape: 2 squares in one direction then 1 square perpendicular (or vice versa). It can jump over other pieces.
- Is it always possible?
- A knight's tour exists on 5x5 — there are many solutions starting from most squares. If you get stuck, try Undo to backtrack.