Introduction - If you have any usage issues, please Google them yourself
"Knight s Tour" is a puzzle in which the object is to move a knight,
starting from any square on a chessboard, to every other square, landing on each
square only once.
startFrm.cs initialize The FOrm And some graphical property in C#.
Knight.cs functions for knight
Board.cs initailize the board in which khight can travel