Explore this collection of free game development tutorials from experienced industry instructors. Learn new skills, theory, game development software, and more.
How to Adapt A* Pathfinding to a 2D Grid-Based Platformer: Implementation
Tutorial•Intermediate
Now that we have a good idea of how to modify an A* pathfinding algorithm to work for platformers, it's time to actually code it. Rather than build it from...