Hacker News new | ask | show | jobs
by wes-k 3439 days ago
How did you work out the movement sequences?
3 comments

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.

Deduction at it's finest - thanks!
You work from the key stops (decimal and comma), then go backwards to the only steps that can get you to these stops.
I'll draw it out when we finish up the game :) - what the guys above me said (process of elimination)