Added A* based path finding to the isometric project. Still needs a little tweaking as there's a couple of places where the scoring doesn't appear to give the most obvious answer. Added a Debug line to visualise the path. Added the rocks on a separate layer for foreground objects to provide the collisions.
Would be nice to correct the z-ordering on the player character relative to the map next.