Good knight! Have you ever taken a 'Knight's Tour'? Within a square matrix, position your 'knight' at the starter location of your choice, position 1. From there....
...take 'knightly' moves to the next position, 2. (A knightly move is an 'L' pattern made by knights in chess: 2 squares vertically and 1 square horizontally or 2 squares horizontally and 1 square vertically.) Continue until all squares are filled with sequential numbers.
Last update: