Book Image

Learning Game AI Programming with Lua

By : David Young
Book Image

Learning Game AI Programming with Lua

By: David Young

Overview of this book

Table of Contents (16 chapters)
Learning Game AI Programming with Lua
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Free Chapter
1
Getting Started with AI Sandbox
Index

Strengths of behavior trees


Compared to decision trees, behavior tree actions know very little about actions other than the priority they show up in the tree. This allows for actions to be modular in nature and can reduce the need to rebalance a complex tree when more actions are added.