Update README

This commit is contained in:
Serhii Snitsaruk 2023-07-26 12:38:04 +02:00
parent f651c9c228
commit f56a37659f
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ LimboAI is a C++ module for Godot 4 that provides an implementation of Behavior
>**🛈 License**: Use of this source code is governed by an MIT-style license that can be found in the LICENSE file or at https://opensource.org/licenses/MIT.
A Behavior Tree (BT) is a powerful hierarchical structure used to model and control the behavior of agents in a game. It comprises tasks that represent specific actions or decision-making rules. When executed, the Behavior Tree starts from the root task and traverses down to the leaf tasks, which correspond to the actual actions or behaviors that the agent should perform. For detailed information on how various BT tasks function, please refer to the class documentation. The BTTask class serves as a good starting point.
![Textured screenshot](doc/images/behavior-tree-editor.png)
![Textured screenshot](doc/images/behavior-tree-debugger.png)