LimboAI: Behavior Trees and State Machines for Godot 4.2's icon

LimboAI: Behavior Trees and State Machines for Godot 4.2 1.0.2 Tools 4.2 Community

Submitted by user limbonaut; MIT; 2024-04-23

LimboAI is an open-source C++ module for Godot 4 providing a combination of Behavior Trees and State Machines for crafting your game’s AI. It comes with a behavior tree editor, built-in documentation, visual debugger, and more! While it is implemented in C++, it fully supports GDScript for creating your own tasks and states. The full list of features is available on the LimboAI GitHub page: https://github.com/limbonaut/limboai

Behavior Trees are powerful hierarchical structures used to model and control the behavior of agents in a game (e.g., characters, enemies, entities). They are designed to make it easier to create complex and highly modular behaviors for your games.

This build works with Godot 4.2.x releases. Currently, GDExtension version supports only exports for Linux, Windows, macOS and Web.


View files Download Submit an issue Recent Edits