So basically I am trying to read in from a text file to read through and find the best path via A*.
The problem I have now, I have the text files reading in just fine, but not sure how to now use them in a A* algorithm and output the results.
So far I have the text file in a class:
I think
step 2: getting the start and finish points
step 3: coming up with an estimation for the costs to go from start to finish
step 4: implementing the search algorithm
step 5: testing and improving the estimations