Customer Reviews: Read 24 more reviews...
A must-have. October 23, 2004 vrkaya (USA) 60 out of 63 found this review helpful
This book is simply one of the best AI texts that I have ever seen. The author has the ability (as those others who have visited his website will attest - http://www.ai-junkie.com/ai-junkie.html ) to take complex topics and break them down into simple, logical steps that make sense even to novice programmers such as myself. Throughout this book, he does that time and time again. He gives thorough examples and describes them very well. These are not "baby" examples that serve only to highlight this or that point - he delivers real, working examples that you could plug right into your own game or simulation. Take Chapter 4, for example. It is an elegant sports simulation of a Soccer match. This single chapter is worth the price of the entire book, in my opinion. The examples are cool. The code is modern and efficient. The techniques are those in use today. For years, I would buy a book on AI Programming, only to find that techniques were only hinted at and not fully explained. It was like, with those authors, they were keeping some mysterious trade-secrets all to themselves. This author doesn't do that. He is confident enough to give you everything you need to know to program your own AI. Be it a Finite State Machine, an intricate sports simulation, or fuzzy logic - just to name a few of the topics you will find in this book. If you have his other book, you know that he is also adept at Neural Nets and GA. So, my advice is biased because I have read this book and I love it. I think you will, too. Buy this book. You won't regret it.
none of the typical Bravo Sierra November 14, 2005 Yoshiro Aoki (usa) 36 out of 41 found this review helpful
This book has a very high signal to noise ratio. No patsy italicization and explanations of simple concepts like inheritance and polymorphism, and no wasted space towards their explanation. And none of the tired dogma about how important design and washing hands after picking nose is. A book that doesn't try to address everybody on planet Earth...what a concept. Don't know what a singleton object is? The book politely refers to the internet, and moves on to provide game application for a multitude of the concepts typically learned during undergraduate CS work. Concepts like FSMs (agents!), Graph Theory (paths, obstacles), Fuzzy Logic, and more with the perfect mix of theory and reality (mostly reality, thankfully. I got a game to write). If you are comfortable with your C++ coding this book will throw light sometimes on even old, familiar concepts spun in a new gaming application that will have you going like `whoa...how cool and what a piece of cake!'. Its one of those cornerstone books, and I wouldn't be surprised if it became a classic in the game community some day. Maybe. Who knows. A million stars but alas, Amazon limits me to five. p.s. I hope you dont get the impression from me that you need a CS degree to understand this book. No way! All you need are your excellent coding skills.
Best game book I ever read so far March 8, 2005 Fang Jin (Baltimore, MD United States) 4 out of 5 found this review helpful
I am not a game programmer, just a fan wishing to build my own game someday :) I read the first two chapter, finite state machine and stearing, and then I ran the code downloaded from website. I was astonished that these effect can be so easily and professionally implemented. And don't get me wrong. These technique doesn't require much simplification and imagination as some graphic effect does. They're actually based on mathmatical and intuitive way. After read 10+ directX related books(which is useless to me), I highly recommend this book and Alexandrescu's modern c++ design. With them, it won't be too hard to get started.
One of a kind book June 28, 2005 Rajan Sharma (Chicago, IL USA) 14 out of 14 found this review helpful
I have read many game development books, and this is definitely one of the best ones out there. Just by flipping through the pages, you can see right away how much care Mr. Buckland has taken in writing this book. There are a plethora of diagrams and code examples, and the layout and organization is excellent. The balance between theory and implementation is just right. The writing style is concise and the book covers a lot of material, yet it is enjoyable and painless to read. Personally I also like the fact that the book is physically compact so it fits easily on my desk :) By far though, my favorite aspect of the book is the "real-life" examples he gives. It's easy to skim over all the theory without really "absorbing" the material, but when you see the concrete examples, it jogs your brain and gets you thinking about how to actually apply it. For example, when discussing the basic idea of "states", he doesn't just make up a contrived example and leave it at that; he gives several examples from actual types of games. For example, a Quake style bot might implement FindArmor, FindHealth, SeekCover, and RunAway. Even the weapons may implement mini state machines like Move, TouchObject, and Die. Digging deeper into the actual content of the book, it covers all of the practical topics an AI programmer should know, such as FSMs, pathing, group behavior, scripting, fuzzy logic, etc. All topics are explained in enough detail that you can incorporate them comfortably in your game, and if you want to learn more, you have a solid foundation to build on. As it says in the book, being an AI programmer isn't just about memorizing a handful of techniques, but also about how to apply them in combination. So, the book covers two concrete examples: a soccer game and a simple shooter game called Raven. To further your understanding, each section also contains some suggested practice exercises, like "Write code to update their sensory system so that a bot is able to sense when it is being shot at." Finally, as a bonus, this book also talks about UML class diagrams in the appendix, which is very useful to know if you don't already. It doesn't talk about genetic algorithms or neural networks, but that seems like a good decision because those topics rarely come up in practical AI. If you want to learn more about those, Mr. Buckland has written another book called "AI Techniques for Game Programming". Incidentally, notice that my review, plus all the reviews before mine, all contain the word "best". This is no accident- this book is a gem, and should be required reading for anyone looking to get into game AI.
Lean 'n' mean December 14, 2005 Kosmyq (Mexico) 4 out of 4 found this review helpful
This book is the sort of "if you are only going to buy one book on Game AI, buy this one" book. It is a great reference and promises fun from page 1 to the last page. I am not a C programmer, but everything is explained so clearly, that no matter what language you are going to use, the concepts are simple to understand and powerful when implemented. I just love every single example, be it the Miner, the Soccer example or others, like the goal-driven Eric. Mat writes in a easy and funny way, that makes it pleasant to go through the whole book. What I would love to see, maybe in a 2nd edition from Mat, is modelling emotions and how to make a game agent evaluate input from different senses into an almost human-like behavior or Game AI in MMO games. I am not saying that the book has any shortcomings, I prefer to have less topics, but well covered, so please Mat, write another one. And you, don't think any further, get this book, it's a must read !!!
|