SURVIVAL AI
SURVIVAL AI
In this project, our goal was to make our AI survive for as long as possible. He does so by finding pickups, and evading & shooting enemies. The AI Accomplishes this using a set of Finite State Machines. This AI was written in C++ as a plugin. Since it was a plugin, it had to rely on the info given to it, instead of just accessing the world information.