From f56a37659f40836eecbc10104dd2b2e98a6c0199 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Wed, 26 Jul 2023 12:38:04 +0200 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbe88c9..d522807 100644 --- a/README.md +++ b/README.md @@ -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)