my implementation of A* pathfinding with weights (blue and brown tiles are water and mud respectively), the path gets updated if there is an obstruction in the way. Everything is running on a separate thread.
my implementation of A* pathfinding with weights (blue and brown tiles are water and mud respectively), the path gets updated if there is an obstruction in the way. Everything is running on a separate thread.