Enigma Game Documentation

Documentation for the Enigma puzzle collection

View the Project on GitHub ianfhunter/Enigma

♞ Knight's Tour

Move the knight to visit every square exactly once.

A.K.A.

Also known as: Knights Tour, Knight Tour Puzzle

Category

Chess & Movement

How to Play

  1. The knight moves in an L-shape (2+1 squares)
  2. Visit every square on the board exactly once
  3. Start from the given position
  4. The knight cannot revisit squares
  5. Complete tour visits all squares

Puzzle Source

➖ N/A

This is a sandbox/classic puzzle without generated content.

Source: User-driven knight movement puzzle

Tips & Strategy

Issues & Bugs

🔍 Search existing issues for "KnightsTour"

📝 Report a new bug


Part of the Enigma puzzle collection