Skip to content

Latest commit

 

History

History
23 lines (9 loc) · 1002 Bytes

README.md

File metadata and controls

23 lines (9 loc) · 1002 Bytes

This project solves the knight problem and uses pygamee for gui

What is the knight problem :

The Knight's Tour problem is a classic problem in the field of computational mathematics and computer science. It is a puzzle where a chess knight is placed on an empty chess board and the goal is to move the knight to every square on the board exactly once without re-visiting any squares . (google)

you can start where ever you want and you can change the start position in the code

here is a demo :

Screenshot 2024-05-09 143510

it can also be big or small but you have to change the code yourself .

Screenshot 2024-05-09 143829

Screenshot 2024-05-09 143922