Y
Hacker News
new
|
ask
|
show
|
jobs
by
wes-k
3439 days ago
How did you work out the movement sequences?
3 comments
kaoD
3439 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.
link
wes-k
3439 days ago
Deduction at it's finest - thanks!
link
graeham
3439 days ago
You work from the key stops (decimal and comma), then go backwards to the only steps that can get you to these stops.
link
sja
3439 days ago
I'll draw it out when we finish up the game :) - what the guys above me said (process of elimination)
link
Rinse and repeat.