How to play
You complete Knight's Tour when the path includes every square exactly once; closure to the start is reported only when the profile explicitly requires a closed tour. The full Knight's Tour position determines the outcome; visual shortcuts never replace the documented Knight's Tour terminal rule.
- Knight's Tour begins with a fixed board, one seeded starting square, and every other square unvisited with the move path numbered from one. The Knight's Tour deal identity and NIST Knight's Tour rules v1 are stored together. Restarting Knight's Tour reproduces this opening exactly.
- During Knight's Tour, you move the knight two cells along one axis and one along the other into an unvisited in-bounds square, or undo the latest step. The Knight's Tour engine rejects profile violations, unavailable material, and every action attempted after Knight's Tour reaches a terminal result.
- You complete Knight's Tour when the path includes every square exactly once; closure to the start is reported only when the profile explicitly requires a closed tour. The full Knight's Tour position determines the outcome; visual shortcuts never replace the documented Knight's Tour terminal rule.
Strategy tips
- A reliable Knight's Tour plan is to prefer destinations with few onward exits and keep edge or corner squares from becoming isolated behind the growing path. A Knight's Tour hint is legal and deterministic. The next Knight's Tour hint exposes one bounded action; it never claims a forced Knight's Tour win.
- A costly Knight's Tour mistake is to choose a central square with many immediate options while consuming the only future entry to a constrained corner. Undo supports studying that Knight's Tour decision, while restart preserves the original seeded Knight's Tour opening.
- In the Knight's Tour endgame, count onward degrees for the last unvisited cells and preserve a legal chain rather than greedily taking the nearest square. Check every remaining Knight's Tour action before committing because its terminal rule is enforced immediately.