This project is based on chess game. A knight is present at the initial position on the board , it can move exactly like it moves in a chess game. The goal is to reach the final position in minimum number of steps possible from the intial state.
Further on there is points system assigned to the game.
-
If player complete the game is most efficient way possible(minimum no. of moves) he/she recieves 20 points game won.
-
If player reaches the goal but not in the minimum move we give certain point to the player based on the step it took.
-
There is a maximum move criteria, if the player exceeds that he loses the game and 0 points awarded.