[
  "Find Point A and Point F on the grid.",
  "Count the vertical distance first (north = up).",
  "Then count the horizontal distance (east = right)."
]