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.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to