When a chess piece has traveled around a chessboard touching every square exactly once, it has complted a "tour" of the board. Your task is to complete a tour on the board below using the selected chess piece.
Your tour has been started on a randomly selected square.
The recommended strategy for building knight tours is to follow the The Warnsdorff heuristic which states that you should always move to a square with the lowest number of available moves from it (the ones in dark green when hints are turned on).