Generalized Platformer AI Pathfinding - Artificial …
Implementing Pathfinding Step by Step Creating the Pathing Graph The pathing graph is made up of platforms/nodes, and connecting nodes to nodes are recordings/edges. It is important to first write hard definitions for what constitutes a platform, and what constitutes a recording. A node/platform has the following properties :