If the mine at (-1, -1) is nonempty, then I do the following:

Destroy 1 apple to move from (0, 0) to (-1, 0)
Destroy 1 apple to move to (-1, -1)
Take all the contents of the mine at (-1,-1)
Destroy 1 apple to move to (0, -1)
Destroy 1 apple to move to (1, -1)
Take all the contents of the farm at (1, -1)
Destroy two apples to move to (1, 0)
Destroy one apple to move to (1, 1)
Take all the contents of the mine at (1, 1)
Destroy one apple to move to (0, 1)
Destroy one apple to move to (-1, 1)
Take all the contents of the orchard at (-1, 1)

Reply via email to