libktx / ktx

Kotlin extensions for the libGDX game framework
https://libktx.github.io/
Creative Commons Zero v1.0 Universal
1.35k stars 71 forks source link

GdxAI module #457

Closed deviodesign closed 1 year ago

deviodesign commented 1 year ago

This adds a GdxAI module with utilities for BehaviorTree and its various tasks (see discussion #436).

To-do list

BehaviorTree

deviodesign commented 1 year ago

I updated the documentation and double checked the formatting.

You can review the pull request.

czyzby commented 1 year ago

Thanks again for your contribution, @deviodesign!