Blockland Forums > Modification Help
Problem with A* implementation [SOLVED]
Pages: (1/1)
Bauklotz:
I've tried writing a TorqueScript version of the A* algorithm, which is so far going kind of good. But the following code gets stuck in a infinite loop and keeps checking the same object:
--- Code: ----snip-
--- End code ---
Solved, it now finds the perfect and shortest path from A -> B on the "walkable objects".
Pages: (1/1)