Game Programming: The L Line, The Express Line to Learning

by admin on July 22, 2009

Game Programming: The L Line, The Express Line to Learning (The L Line: The Express Line To Learning)

Get on the fast track to creating computer games Ever want to develop your own computer game? Learn the practical concepts of object-oriented programming for game design using Python(r) in this easy-to-follow, content-filled guide. Whether you’re a student, aspiring game developer, or veteran programmer, you’ll gain skills as you progress from station to station in a series of clear-cut tutorials on different styles of games. The last stop will be a finished game program for you
Buy Game Programming: The L Line, The Express Line to Learning at Amazon

{ 4 comments… read them below or add one }

Ethanael July 22, 2009 at 3:55 am

5.0 out of 5 stars
A very thourough guide for the beginner and a great referenece for the novice
If you’re new to game programming (or even programming in general) Andy Harris’ book is certainly a great place to start.

Angela July 22, 2009 at 4:06 am

Don’t judge this book by it’s cover! For some reason,
this book is part of a series of Wiley books, and they
all have the same cover.

This is a book about learning how to program computer
games using the Python programming language and the
PyGame package. PyGame is a Python wrapper around the
SDL library. This book offers step-by-step tutorials
that introduce game programming with complete Python
programs. All the programs work on several platforms:
MS-Windows, Mac, and GNU/Linux. Chapters 1-3 introduce
the Python programming language. Starting with Chapter
4, you begin to learn about graphics programming. In
Chapter 6 the programs begin to use OOP/classes. Then,
in Chapter 7, you begin to learn how to make 2D games
with sprites, sound FX, and keyboard and mouse control.
Game programming is a fun way to learn how to program
a computer, and Python with PyGame makes it relatively
easy as well.

This book has detailed information on creating graphics
and sounds for your games, using free, open source
third-party tools that are available on all platforms.
The GIMP is used for graphics, and Audacirty is used
for sounds. So unlike many other game programming books
which require expensive third-party programs in order
to make games, ALL the programs in this book are free.

The book has an easy-going, conversational style of writing
that makes it seem that the author is looking over your
shoulder, helping you to learn game programming. I’m really
glad I bought this book. It is worth many times its cover
price considering the amount of information it contains.

Things I like about this book:
1. Easy to read and understand with step-by-step tutorials.
2. Helpful reference tables throughout the book.
3. Complete example game programs.
4. All the third-party programs required are free and open.
5. Source code and extra appendices available for download.

Happy Programming!

Van July 22, 2009 at 4:52 am

Andy Harris did a great job on this book. I sponsor a computer programming club for high school students and this book is the best at getting to actual game creation. The first three chapters go over basics of programming, but then graphics and pygame are used early and well.

This book is a bargain at 570 truly helpful pages.

Kesia July 22, 2009 at 4:59 am

Let me join the chorus here, this is a really well written book. The focus on free and current software tools (Stanti’s Editor especially) makes following along easy. It may be a testament to the ease of use when it comes to python in general (just beware your use of the tab key!), but I had no problems getting the results described and learned buckets as a result.

Leave a Comment

Previous post:

Next post: