Features
- Cover Type: Paperback with 465 pages
- Published by: Charles River Media
- Edition: 1st Edition May 20, 2004
- Written in: English
- ISBN 10 Number: 1584503238
- ISBN 13 Number: 978-1584503231
-
Book Dimensions:
9.1 x 7.3 x 1.2 inches
- Weighs: 2.2 pounds
Product Description
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.
About The Author
DR. PENNY BAILLIE-DE BYL (Australia) has been researching in the area of artificial intelligence since 1995. She has had a number of international conference papers, journal papers, several book chapters, and a book published in this area. During her twelve-year career as a university lecturer she has consulted as a computer programmer, systems simulator, and Web site application engineer. Dr. Baillie-de Byl currently works at the University of Southern Queensland in Australia where she teaches computer programming, computer graphics and computer game development.
Reader ReviewsPenny Baillie-de Byl, Programming Believable Characters for Computer Games (Charles River Media, 2004) I'll start by telling you that this is not a book for beginners, though oddly, it seems to try and be one at times. But then, when you're digging into some of the technologies Penny Baillie-de Byl talks about in Programming Believable Characters for Computer Games, the idea that it could be a beginner book flies out the window. (To Baillie-de Byl's credit, however, she's the first person I've found in over a decade capable of explaining artificial neural networks on anything approaching a layman's level.) I don't think this should need a synopsis, but just in case: it's about programming NPCs. I bet you figured that out from the title. Baillie-de Byl goes through a number of possible ways to program NPCs, covering everything from the most simplistic (finite state machines and the like) to the most complex (behavioral neural networks, etc.). Needless to say, in such a relatively slim volume, nothing gets covered in a great deal of depth; this is more of a sourcebook than it is an in-depth study. But Baillie-de Byl does offer some coding examples, and a CD-ROM full of more of them, so you can work after class on your own if you feel so inclined. I will say that one pipe dream I was hoping I'd find here did not materialize-- that mythical, long-searched-for improvement on the A* algorithm. Unfortunately, you'll have to find your cold fusion elsewhere folks. But otherwise, it's worth looking into if you plan on doing any RPG, RTS, or sim programming. ***