libgdx / gdx-ai

Artificial Intelligence framework for games based on libGDX or not. Features: Steering Behaviors, Formation Motion, Pathfinding, Behavior Trees and Finite State Machines
Apache License 2.0
1.18k stars 241 forks source link

SteeringBehaviorsTest - flee test addition and option to not wrap around display area #49

Closed embee1981 closed 8 years ago

embee1981 commented 8 years ago

Some small enhancements to the SteeringBehavioursTest suite that could be useful :-)

Would it be possible to add a test for fleeing to the SteeringBehavioursTest?

Also would it be possible to add a toggle to the behaviour of the AI actors to be able to stay within the display area (i.e. not wrap around on hitting the world bounds) and behave appropriately?)

Keep up the good work :-D

davebaol commented 8 years ago

I think I won't have the time for that, sorry. PR welcome :)