Autonomous Agent Design
Yuka provides a basic game entity concept and classes for state-driven and goal-driven agent design.
Steering and Navigation
Use the build-in vehicle model and steering behaviors in order to develop moving game entities. Graph classes, search algorithms and a navigation mesh implementation enables advanced path finding.
Perception and Triggers
Create game entities with a short-term memory and a vision component. Use triggers to generate dynamic actions in your game.