JoanStinson / SteeringBehaviors

C++ SDL AI Steering Behaviors: Seek, Flee, Arrive, Pursue, Evade, Wander, Path Following, Collision Avoidance and Combining them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steering Behaviors

C++ artificial intelligence steering behaviors algorithm's implementation following the book "Artificial Intelligence for Games" by Ian Millington and John Funge.

Made With SDL License Last Commit Repo Size Downloads Last Release

Use the mouse to target a destination and the following keys to open the following scenes:

  • Key 1: Seek

  • Key 2: Flee

  • Key 3: Arrive

  • Key 4: Pursue

  • Key 5: Evade

  • Key 6: Wander

  • Key 7: Path Following

  • Key 8: Collision Avoidance

  • Key 9: Combining Steering Behaviors

About

C++ SDL AI Steering Behaviors: Seek, Flee, Arrive, Pursue, Evade, Wander, Path Following, Collision Avoidance and Combining them.

License:MIT License


Languages

Language:C++ 100.0%