Bases: object
object
PriorityQueue implementation using heapq
Perform basic a* search on a Terrain
return path from start to end
start
end
start will not be included in the list
end will be the last item in the returned list
empty list will be returned if there is no path
Single Tile as part of a Terrain