APOCALYX is a...

free Game Engine based on OpenGL (MAIL) (SITE) (FORUM) (BLOG)

Tuesday, August 26, 2008

Game AI book

Some time ago I listed several papers related to Artificial Intelligence that made use of GUN-TACTYX as the main testing application of their thesis (read the post).
I forgot to mention that also a whole book, devoted to AI applications in computer games, had based its examples on an old version of APOCALYX. The book, published in 2004, describes several AI techniques useful to make the behavior of NPC more believable. The book is "Programming Believable Characters For Computer Games" and includes a lot of examples based on a VC++ version of one of the first releases of APOCALYX.
The author, Penny Baillie-de Byl, says: "Computer games have evolved from simple, little programs to major Hollywood-type productions. And today's player expectations have kept pace with this evolution - they expect truly believable gaming environments with complex stories, characters, and action. To achieve this quality, developers need to incorporate the most cutting-edge tools and techniques available. Programming Believable Characters for Computer Games is written to provide such a resource. It takes current research in artificial intelligence and games and presents both the concepts and architectures through practical programming examples. The book focuses on the higher-level AI needed to develop interesting and believable, non-player characters that can learn and express emotions. With an emphasis on pathfinding, decision trees, finite-state machines, rule-based systems, and goal-oriented action planning, it addresses the current topics in game development. Throughout the book, programmers work through the step-by-step creation of a 3D animated autonomous character. Each chapter covers the theory of the topic and then applies it through practical hands-on exercises. The creation process works from design, modeling, and animation to the development of the artificial brain, which includes techniques for learning, socializing, communicating, navigating, and adapting to its environment. This is a comprehensive resource that brings current games research into the hands of programmers."

No comments: