aomarks / bridgesim

A starship bridge simulator for the web.
https://aomarks.github.io/bridgesim/
16 stars 3 forks source link

AI should avoid asteroids #6

Closed aomarks closed 8 years ago

aomarks commented 8 years ago

Maybe the AI could do path finding (e.g. A* search) to route to targets while avoiding obstacles. If it uses path finding, it would be cool to visualize the path on the map as a debug setting (similar to the show collision bounding boxes setting).