All the magic is in the console.
Simply use the following command to find a Knight's path across a chess board from and to any given space.
knightMoves([fromX, fromY], [toX, toY]);
Board layout (for reference only, this assignment has no UI requirement)