Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Game Coding Complete

Game Coding Complete

List Price: $39.99
Your Price: $26.39
Product Info Reviews

<< 1 2 3 >>

Rating: 4 stars
Summary: Much Broader Scope
Review: This book purports to be for the programmer who wants to write a game. But actually the author sells himself short! The principles that he describes here as best practices for developing games, can be applied far more broadly. To any program that has a GUI for real time human interaction.

For example, he tells how automated build scripts are vital and how milestone builds and multiple projects are useful. But all this of course applies equally well to any code project with several programmers involved. The chapters on debugging/testing are also quite general in scope, and useful in explaining that this is a discipline, in and of itself.

The book specialises to code examples in C++ for the various Microsoft OSs. In no small part because most desktops are running these operating systems, and if you are in a commercial effort, you go where most of your customers are. The choice of C++ is good and realistic. For games with a quick response time, compiled code is usually faster than interpreted. But then why not C, you might ask? Because C is procedural and scales badly when the source code gets over 100 000 lines. C++ is a much better choice.

The coverage of 3D graphics is only the bare minimum, as the author points out. For any application using 3D, you need at least another book, dedicated purely to the algorithms in that field, to be used in tandem with this book.

Rating: 5 stars
Summary: Highly Recomended
Review: This is an excellent book. The author clearly is an expert on the subject who has spent years developing mainstream commercial games (eg Ultima series). This is a refreshing change from so many books out there written by people with some theoretical knowledge, but little practical application.

I will buy any book this guy writes in the future. Can't give a better recomendation than that.


<< 1 2 3 >>

© 2004, ReviewFocus or its affiliates