https://github.com/cau777/knights-tour-puzzle
This program allows you to play the knight's tour puzzle yourself or find the solution for custom board sizes.
https://github.com/cau777/knights-tour-puzzle
knights-tour recursion
Last synced: 2 months ago
JSON representation
This program allows you to play the knight's tour puzzle yourself or find the solution for custom board sizes.
- Host: GitHub
- URL: https://github.com/cau777/knights-tour-puzzle
- Owner: cau777
- License: mit
- Created: 2021-04-29T13:59:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-29T13:59:06.000Z (over 4 years ago)
- Last Synced: 2025-03-24T17:21:23.203Z (7 months ago)
- Topics: knights-tour, recursion
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Knights-Tour-Puzzle
This program allows you to play the knight's tour puzzle yourself or find the solution for custom board sizes.
I made this program for Jetbrains Academy.