This is a chess puzzle game where the objective is to capture all chess pawns using only a knight's moves, visiting each pawn exactly once. Pawns are removed from the board after capture. The knight must continue capturing pawns one at a time until all are taken.
The game offers difficulty levels: Easy (6 pawns), Medium (10 pawns), Hard (20 pawns), and Master (50 pawns).
Players can request hints indicating which pawns to capture first (green) and last (blue). The order of suggested pawns is numerically determined.
Commands available:
- back: Undo the last move.
- reset: Restart the game.
- Hints also restart the game.
The puzzle description emphasizes the single-capture rule and the sequential nature of the knight's moves. The pawns are fixed in their positions, forming a specific pattern. The game focuses on strategic planning to find a solution path.