This is the classic knight’s tour challenge, in which you try and hit all 64 squares only once, using only the standard knight moves (detailed instructions available by scrolling down). There are 3 different levels. Level 1 is the classic knight’s tour. In level 2, you must end a knight’s move from where you started. In level 3, you must end on a randomly chosen target square. Try with TestiPhone
Grab this