HW6: Determine Whether A Box Has Arrived At A Proper Position

  1. Write a function arrive_destination(map) which counts the number of boxes which have arrived at the destinations.
  2. After each move of the work, if all boxes have arrived, print a message and move to the next level.