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

Decision structures


With actions and evaluators at our disposal, we'll begin to create different types of logic structures that use both of these primitive operators to build our agent's behaviors. While each decision structure uses different approaches and techniques, we'll create similar behaving agents based on the actions and evaluators we have.