Avoiding responsibility

Time to add AI-controlled ships. Since all movement ΔV is physics based, AI has to be physics aware. This is first attempt of AI-controlled flight:

Seems to work well enough. Collision avoidance is bit reckless, but manages to actually avoid collisions. A solid foundation to build upon.

Under the hood it uses a simplified variant of ant colony optimization algorithm.

Leave a Reply