Input: Queen's place number
Output: The path of the knight being chased by the queen (in a way that he can never hit the knight), this path is arranged in pairs Must be printed on output.
Description:
- The chessboard is an 8.8 array
- There is only one queen and one knight on the screen
- The program starts with the queen status by the user and the horse makes the next move.
- The move is done in a random place (one of the allowed moves for the next move of the queen is selected randomly)
- The next move of the queen must be chosen in such a way that the cause is threatened.
Attention: After multiple step, the knight may become checkmate.