Working with A* and Teleporters

This slideshow requires JavaScript.

I now know the basics of AI Pathfinding! I had the opportunity to work on a project that allowed a little bot to get to a goal planet using A* Pathfinding.

It calculates the easiest distance to take towards the planet while considering gravity and teleporters.

I worked on creating the grid space that A* would use for calculation and the basic code for the teleporters.

YOU CAN LOOK AT AND DOWNLOAD THE PROJECT VIA GITHUB