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

Summary


Now that we've grounded our agents within their environment, limiting what they can see and hear, and adding a layer of team-based communication, we can start building up more believable and strategic choices for them. Going forward, we can start building up tactics and influencing how our agents choose to move throughout the environment and not just their destinations and closest enemies. In the next chapter, we'll introduce a new spatial data structure that provides tactical information about the sandbox.