Hi, I wrote an A* program, but the problem is that it would only work with one object at a time. Is there a way to do dynamic pathfinding (target is constantly moving, but moving slowly) that would not require resetting all the scores each time I tried to find a path. Or would the time be so insignificant that it would not matter? ???
Thanks