Book Image

iOS Game Programming Cookbook

Book Image

iOS Game Programming Cookbook

Overview of this book

Table of Contents (19 chapters)
iOS Game Programming Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 9. Autonomous Moving Agents

In this chapter, we will cover the following recipes:

  • Introduction to steering behaviors

  • Implementing seek

  • Implementing flee

  • Implementing arrive

  • Implementing evade

  • Implementing wander

  • Implementing wall avoidance

  • Obstacle avoidance