You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> |
5 months ago | |
---|---|---|
icons | 5 months ago | |
src | 5 months ago | |
translations | 5 months ago | |
.gitignore | 5 months ago | |
AUTHORS | 5 months ago | |
CMakeL10n.txt | 5 months ago | |
CMakeLists.txt | 5 months ago | |
COPYRIGHT | 5 months ago | |
ConfigureChecks.cmake | 5 months ago | |
README.md | 5 months ago |
README.md
A knight's tour is a sequence of moves of a knight on a chessboard such that the knight visits every square exactly once. If the knight ends on a square that is one knight's move from the beginning square (so that it could tour the board again immediately, following the same path), the tour is closed (or re-entrant); otherwise, it is open.
For more information: https://en.wikipedia.org/wiki/Knight%27s_tour