[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Free chapter of my book



On Thu, 2007-10-04 at 21:02 +0100, Will McGugan wrote:
> Hi folks,
> 
> I've just posted a free chapter from my book 'Beginning Game Development 
> with Python and Pygame' on my blog.
> 
> http://www.willmcgugan.com/2007/10/04/free-chapter-of-beginning-game-development-with-python-and-pygame/
> 

Very nice !
Can't wait to have the book in my hands, already pre-ordered.

The example is cool and works fine.

Had to install the gameobjects module with
"sudo python setup.py install" (i'm Ubuntu User).
as described in the README. 
The  easyinstall described in your blog did not work (i guess because i
have not installed easyinstall yet).

Found a minor "bug" in the source code:
chapter 7, page 163:
------------------------------------------
# Add a leaf entity 1 in 20 frames
if randint(1, 10) == 1:
------------------------------------------
I think that either the comment should say "in 10 frames"
or the randint statement should be randint(1,10).

Great job, i really look forward to this book.

Any plans for a translation into German ?

-Horst





Attachment: signature.asc
Description: This is a digitally signed message part