Pathfinding With Hazards 1 (Platformer / Side Scrolling)

173
174
0
1

This uses the same code as my Top-Down Pathfinding example except that it has extra code to account for the Characters' jump height limit. As well I've added some Hazards that the Characters will try to avoid, though they will take a hazardous route if absolutely necessary.

Editor