Modules used : Numpy, PyGame, Tkinter
Follow the following steps to run the app:
- Download the code along with the images.
- Save the code and images in a same folder.
- Ensure that the modules used in the code are installed.
- Run the code on command line using python3 app.py command.
Enter values in application screen to see the algorithmic output that is time analysis and tracing path for knight to move on chessboard corresponding to the input.
Application of Knight Tour Problem in Cryptography
Modules used : Flask