[Tutor] Using python to write games

John Fouhy jfouhy at paradise.net.nz
Sat Mar 26 22:06:39 CET 2005


David Holland wrote:
> Is there any material anyone knows about how to use
> pure python without pygame to write games ?  The
> reason for asking, is that although pygame is good it
> has the disadvantage of that your users must have
> pygame.  It is also harder to create a stand alone
> .exe with python ?

Why not distribute pygame with your game?
(I assume that would be allowed)

I mean, you could write your own game library, but then you'd just have 
to distribute that instead...

Also, in terms of creating standalone executables, have a look at py2exe.

-- 
John.


More information about the Tutor mailing list