This describes a knight's tour puzzle with a twist: capturing chess pawns. The goal is to find a path for a knight (a chess piece that moves in an "L" shape) to capture all pawns on a board exactly once. Pawns are removed after capture.
The puzzle offers varying difficulty levels based on the number of pawns:
- Easy: 6 pawns
- Medium: 10 pawns
- Hard: 20 pawns
- Master: 50 pawns
The player can request hints:
- Hint 1: Suggests which pawns to capture first (marked green).
- Hint 2: Suggests which pawns to capture last (marked blue).
The player can use the following commands:
- back: Undoes the last move.
- reset: Restarts the puzzle.
- The hints also restart the puzzle.
The challenge lies in finding a sequence of knight moves to capture all pawns without repetition. The order of pawn capture is crucial for completing the puzzle.