Customer Reviews


8 Reviews
5 star:
 (4)
4 star:    (0)
3 star:
 (1)
2 star:
 (1)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


18 of 24 people found the following review helpful:
5.0 out of 5 stars An excellent, well-presented look into AI
For so long, the computer gaming industry was concerned with making their products look and sound better - and for good reason. There have been many instructional books and articles that have paced the advances in graphics and sound technology. Game AI, however, has only recently come into the primary focus as the next frontier of game advancement and the resources...
Published on December 8, 2003 by Dave Mark

versus
25 of 32 people found the following review helpful:
1.0 out of 5 stars Poorly Written Original Content
This book is the only book of it's kind with the Game AI content in the world at this point (late May 2004). So if youre interested in Game AI it's the only book you can get, however it is poorly written, has mistakes, typos, and insufficent description of the FEAR platform that is required for you to be familiar with if you want to understand the content of the book...
Published on May 26, 2004 by David Ong


Most Helpful First | Newest First

25 of 32 people found the following review helpful:
1.0 out of 5 stars Poorly Written Original Content, May 26, 2004
By 
This review is from: AI Game Development: Synthetic Creatures with Learning and Reactive Behaviors (Paperback)
This book is the only book of it's kind with the Game AI content in the world at this point (late May 2004). So if youre interested in Game AI it's the only book you can get, however it is poorly written, has mistakes, typos, and insufficent description of the FEAR platform that is required for you to be familiar with if you want to understand the content of the book thoroughly. This view is maintained by my peers, tutors and lecturers in the University i go to which is currently using this book as a guide to our game devalopment unit (because its the only one of its kind).

I can't help but feel that the book was kinda rushed and was not properly/thoroughly proofed read by the editor. I am confident that a lower priced 2nd edition with all the mistakes taken out would be really appropriate and appreciated by game AI interested people. If not some one else should become the 2nd person in the world to write a book on this subject: Game AI.

The author should be a little self critical and make a 2nd edition and make us all happy instead of living in denial and giving him self 5 stars. Dont see how he can improve on him self without being self critical. We are all greatful here in my University for his initiative in inventing the first book on game ai but were also all very frustrated when strugling to asimilate it's content.

Also a great deal of the SOURCE CODE did NOT WORK. Some of them did, but a large fraction of them DID NOT work as expected from the book.

Granted some chapters that covered basic principles were easy to follow but some intermediate chapters really made me frustrated as i re-read them again and again to try and understand a concept but continue to fail unless i label certain sentences as mistakes that were worded wrongly or backward etc.

I was going to rate this book 2 stars because i felt that some chapters were well written and covered the content well, but since so many people already gave it an unrealistic score of 5 stars (perhaps a conspiracy by the author's friends) i have decided to compensate for this and lower my rating to 1 star.

Hopefully this will balance out the scoring to a fair and realistic level that it deserves.

David Ong, Australia

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


18 of 24 people found the following review helpful:
5.0 out of 5 stars An excellent, well-presented look into AI, December 8, 2003
By 
This review is from: AI Game Development: Synthetic Creatures with Learning and Reactive Behaviors (Paperback)
For so long, the computer gaming industry was concerned with making their products look and sound better - and for good reason. There have been many instructional books and articles that have paced the advances in graphics and sound technology. Game AI, however, has only recently come into the primary focus as the next frontier of game advancement and the resources available to AI programmers have been few and far between.

After spending time on game AI message boards, I have seen the endless torrent of people asking the simplest questions about game AI in general. I have also seen those who have a grasp of the basic tools but are unsure how to apply them in their situation. Also present are those who are looking for a better way to model larger problems but are faced with a wide array of academic, non-practical research and theories. "AI Game Development" caters to all of those people... from those that are learning the basics up through those that want to apply just that extra "nudge" to their projects. It fills a valuable need in the game development community to provide that "go to" tome to allow even the beginner to make steps in adding true interactive gameplay into his or her products.

So often people find a tool and look for a way to use it in their game. They fail to stand back and look at their problem and then select the correct tool, or combination of tools, for the job. Mr. Champandard has supplied the reader with reasonable examples and, more importantly, ways of thinking about and dissecting their problem so as to choose that correct tool.

Rather than a disjointed collection of tips and tricks, this book provides a smooth, overarching treatment of the concepts behind the AI. It explains why and what rather than how. Alex has a disciplined, outlined style that breaks down a very complex, multi-faceted subject into separate but connected stepping stones. Each one can be mentally processed alone, but always with the awareness that is a part of the whole series. The reader is not bombarded with pages of code, but is supplied with the reasons to make the code that way.

All in all, "AI Game Development" is an excellent piece of work from a very knowledgeable source and should be on the shelf of every game AI programmer. After all, as AI programmers, we ARE trying to build enemies, not targets!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
2.0 out of 5 stars Nice concept, not very practical, February 24, 2006
By 
This review is from: AI Game Development: Synthetic Creatures with Learning and Reactive Behaviors (Paperback)
There are conceptual books and there are hands-on books. This is serves me as a reader more as a conceptual one, especially when compared to "Programming Game AI by Example " by Mat Buckland, which has quick and fun examples. It's difficult to read for the casual reader. BUT, this does not mean, that it is a bad book, by no means, when I need new ideas for AI, I come back to this one and get new ideas, as it covers all techniques that I could think of, which should make it a good reference for the serious reader. The whole library behind it shows, that the author has invested much effort in this. So my final recommendation is to buy it together with Mat's book as both together make a nice team, especially so as Mat's book is easier to understand.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
3.0 out of 5 stars Good if you already know AI and want to get into game development, January 2, 2006
By 
Rodrigo Damazio (São Paulo, Brazil) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: AI Game Development: Synthetic Creatures with Learning and Reactive Behaviors (Paperback)
This book is good in the sense that it sheds some light on how to apply many well-known algorithms (such as neural networks) in games, but it doesn't go very deep in any of those techniques, leaving the reader to understand many details only by reading the provided source code.

Some chapters, such as the ones on genetic algorithms, could have some improvement and more practical examples.

It is good as an introductory book for someone who already has notions of AI algorithms, though. For anyone looking for a deeper coverage of algorithms, I'd suggest the book "Artificial Intelligence: A Modern Approach" by Stuart Russel.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 13 people found the following review helpful:
5.0 out of 5 stars One of a Kind, July 16, 2004
By 
This review is from: AI Game Development: Synthetic Creatures with Learning and Reactive Behaviors (Paperback)
This is truly a unique book, there is no other text available at the moment which covers the material that Alex covers in this book. If you're looking for an introduction to a lot of the major concepts in AI, then this is the book for you. As for the people saying the code is useless, its more likely that your programming skills are lacking. I used Alex's FEAR SDK to write an agent for use in my own research, and the product was again unique. Alex is not only a talented writer and AI expert, but also an excellent programmer.

If you are interested in seeing something before you buy this book, check out ai-depot.net, also having read Alex's research paper for his masters I can confidently say that Alex is one of THE authority on these subjects!

So check out the book already!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 15 people found the following review helpful:
5.0 out of 5 stars Practical Fun, February 4, 2004
By A Customer
This review is from: AI Game Development: Synthetic Creatures with Learning and Reactive Behaviors (Paperback)
This book is a treat. The first few chapters introduce the topic and setup the rest of the book very well. But part 2 is where the fun starts. It explains how to create a bot moving around with different AI techniques. I was quite pleased to find that the code wasn't printed, it's on the website. That's usually a good way to pad the book out. The C++ code is very well commented, and the demo bots have kept me busy for hours already.

I have a few minor complaints though. It does take a bit of time to setup the game ready for the AI demos, and the SDK can get a bit complex at times. Having a CD would have made it a bit easier rather than downloading the files.

Anyway, I've learnt a lot already, and there's still a lot more for me to take in. At this price, I'd recommend the book to any programmer. Edutainment at its best!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


22 of 38 people found the following review helpful:
5.0 out of 5 stars Bridging the Gap, March 18, 2004
This review is from: AI Game Development: Synthetic Creatures with Learning and Reactive Behaviors (Paperback)
The book does come with source code, part of an ongoing open source project in game AI. The SDK with the book has in fact hundreds of C++ files demonstrating each technique in practice. You can even get the framework supporting the book freely over at http://AiGameDev.com/.

One of my main focuses when writing the book was to bridge the gap between theory and practice, academia and industry. The book covers a lot of ground, but also leaves the reader room to experiment and try out the ideas in practice. You'll get as much out of the book as you put into it.

A tutorial series entitled 'Exercises in Game AI Programming' has just been launched based on the book. You can find it over at http://AiGameDev.com/ also. Decide for yourself!

Alex Champandard
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


14 of 40 people found the following review helpful:
1.0 out of 5 stars Title should be: shallow review of AI techniques, January 21, 2004
By 
This review is from: AI Game Development: Synthetic Creatures with Learning and Reactive Behaviors (Paperback)
Looking at the table of contents you might think: "Hey, finally
a book that can help me get started with fascinating techniques
like finite state machines, neural networks, fuzzy logic, emotional systems, and even game physics!". Doesn't it sound a bit too good to be true? It is possible to give a good introduction to one or two of these topics (for an example look at the very good "AI Techniques for Game Programming" by Matt Buckland) and who knows, maybe to all of them too, but certainly NOT in this book. This is only a shallow discussion of these topics, with NO USE OF CODE. Yes there is a downloadable framework associated with the book, but there is no discussion of it inside this text. It is totally disconnected. So you are left on your own to find out how the code works. So this text ends up being just a series of "AI Buzzwords" put together hoping make a few bucks at the expense of unsuspecting readers. Buy american beer, get yourself a handheld PC, eat at fast foods.. all better ways to waste your money than this book...
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

AI Game Development: Synthetic Creatures with Learning and Reactive Behaviors
AI Game Development: Synthetic Creatures with Learning and Reactive Behaviors by Alex J. Champandard (Paperback - December 6, 2003)
Used & New from: $6.95
Add to wishlist See buying options