Collect The Skulls

Collect The Skulls is a very basic project showcasing an AI system developed in C++ over the span of two weeks. In it, the agents uses an AI framework with different modules to help make more informed decisions. These modules are: 1. A perception module to detect Skulls in the world. 2. A FSM module to make appropriate decisions. 3. A Steering module to move the agent in a particular direction.