Pages

A* Pathfinding

This is my implementation of the A* Pathfinding Algorithm in C++.

It takes input from A*.txt.  This file can be modified very easily.  Just change the number of rows and columns then add the rows and columns as required.  A more complicated version as an example is provided.

The code can be downloaded as an attachment below.   I own the copyright to this source code.  You may only use it privately, for education, or in other free or open source projects if I Stephen Tierney am attributed as the original author.

AttachmentSize
Pathfinding.zip44.74 KB