Hacker News new | ask | show | jobs
by kaoD 3440 days ago
If you start at the bottom-right you can count either up or left. Going 8 places up lands on an 8 (this is the only square where delta from bottom right = number in the square) which means that square was the previous one.

Rinse and repeat.

1 comments

Deduction at it's finest - thanks!