RogueSharp icon indicating copy to clipboard operation
RogueSharp copied to clipboard

Create an A* search algorithm for more efficiently finding the shortest path

Open FaronBracy opened this issue 6 years ago • 0 comments

https://en.wikipedia.org/wiki/A*_search_algorithm

This should perform better than the current Dijkstra algorithm.

FaronBracy avatar Feb 02 '19 18:02 FaronBracy