A* Pathfinding on Undirected Graph Tutorial
- June 1, 2021
- FoozleCC
Hello Everyone! Tutorial covering A* Pathfinding on an undirected graph. See the YouTube video below for a walk through on the topic as well as a code review on an implementation in Construct 3. The project file can be downloaded below. This type of movement is useful when you want to constrain the pathfinding to a set of points within our game. --- GAME/DEMO CONTROLS: Enter the target number…