Project 'Roid Runner' Artificial Intelligence Demo

Showing off the flight capabilities of my enemy AI. 80 total asteroids between 40 meter and 200 meter diameter in a dense distribution, randomly moving at a max speed of 150 meters per second. As asteroids move out of range they are randomly re-positioned in the field.

Enemy AI ships are moving through the field at 350 meters per second and dealing with obstacles in real time as they are encountered, while simultaneously trying to evade my ship with random direction changes / decision making times. I disabled my own ships collider for this demo so I wouldn't crash and die before the enemy! Enemy AI uses a weighted decision making system that balances the importance between evading my ship, avoiding collisions and getting behind me to try to shoot me.

Video: