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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s