Path Finding
Path Finding is the technique that encompasses path planning and path following, to find a path that can be moved through to reach a destination for an actor, then traversing the path. The implementation varies for every game, and there is no standard solution to the problem of finding a path to take through a level.
