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 Programming With Python (Game Development Series)

Game Programming With Python (Game Development Series)

List Price: $49.95
Your Price: $33.97
Product Info Reviews

<< 1 >>

Rating: 5 stars
Summary: great game programming book
Review: Not just a book on Python programming, this is a great book about game programming in general. I'll keep it as a general reference on game stuff. The concepts and algorythms here are useful and relevant to game programming in any language. The use of Python as the implementation language makes the content accessible and easy for programmers of all levels to grasp.

This books covers an incredible range of topics from simulations to graphics, networking and artificial intelligence. The fact that the Python code is so compact makes it possible to cram all of this useful information into a single book. If all of this code were is C++, it would take three books to hold it!

Overall, one of the best game programming books currently available.

Rating: 4 stars
Summary: Great Book, Terrible Support
Review: Sean's introduction to Python game programming is excellent. As a professional games programmer, I found this title to provide a great foundation to the concepts of game programming frameworks, more so than many other titles that focus on more specific code-based tasks.

However, and this is a major fault of both the author and publisher, Sean's book and many code examples are based upon a User Interface library that he wrote called PyUI. Unfortunately, this library doesn't work, and hasn't been updated for quite some time. Downloading the library and using it as suggested in this book will simply not work for the vast majority of users.

If you intend to use this book to learn python game programming, it is important to gain enough familiarity with PyGame and PyOpenGL to be able to work around this broken library. It is also worth noting that you will not be able to use some of the user interface examples provided in the book.

Rating: 5 stars
Summary: Great intro to game programming
Review: This book is a fairly detailed introduction to game programming in general. Especially if you're looking to get into the business I think this book could be a great buy. You'll learn enough to make you dangerous by faithfully following the book.

It'll definitely help you fill in gaps in general game programming issues.

Rating: 5 stars
Summary: Excellent and easy to read
Review: This book is packed with useful game concepts and algorithms. In some ways, it is quite basic as it begins with simple concepts and the python code is easy to comprehend, but in other ways it is very advanced. The later chapters detail AI routines, terrain generation, network protocol design and multi-language development - advanced topics for most programmers who would buy this book.

The way the author builds a library of code and uses the library in increasingly complex situations make this a good showcase of how to write modular software.

I'd highly recommend this book for python programmers, game programmers interested in scripting or alternative languages, or anyone who likes to know how games actually work.


<< 1 >>

© 2004, ReviewFocus or its affiliates