RogueSharp
RogueSharp copied to clipboard
Create an A* search algorithm for more efficiently finding the shortest path
https://en.wikipedia.org/wiki/A*_search_algorithm
This should perform better than the current Dijkstra algorithm.