Difference between revisions of "BotProgramming Basics"

From Gladiabots Wiki
Jump to: navigation, search
Line 1: Line 1:
Bots can only execute one action at a time. Each bot checks its AI from left to right, searching for the first valid branch leading to an action.
+
Bots can only execute one action at a time. Each bot checks its AI from left to right, searching for the first valid branch leading to an action. Bots are created using the [[AI Editor]].

Revision as of 02:46, 3 October 2017

Bots can only execute one action at a time. Each bot checks its AI from left to right, searching for the first valid branch leading to an action. Bots are created using the AI Editor.