Transcript ppt

Ben Verkroost 3458202 Problems in pathfinding.

Problem: Pet gets stuck behind terrain.

Analysis: Path is probably too long to solve for the pathfinding algorithm.

Developers solution: Pet is being teleported out of player’s view.

Other solutions: Change the algorithm Change the level design.