easy_installable pygames
I was trying to find out some games which would can be easy_installed in my virtualenv. Hard to find many. Why is it so?If you have any lists for me to try, please share. It would be good idea to try those myraid libraries and dependencies in virtualenv instead of installing it on system python.
Also, glancing through this forum, I sense that this time around, the final game output should be in a format which can be uploaded to pypi. (hopefully this will give more easy_installable games for the next pyweek).
(log in to comment)
Comments
Making a game in a week is hard. The Skellington makes it a little easier to make a game that's more obvious to run. Having it additionally produce something that's uploadable to pypi would be very nice. Activate power of: tartley :-)
s/Making a game in a week is hard/Making a game in a week is challenging enough for some people/
:-)
Skellington is quite floored imho. We should be showing people how to create games as python packages, and packaging software like all other software outside of python work (eg, configure make, installers, etc).
Things in Skellington like a lib directory and sys.path hacks have a terrible smell.
The existing Things in Skellington like a lib directory and sys.path hacks have a terrible smell.
Just that the convenience which virtualevn and easy_install offers for try-out-thing before settling was the idea which prompted me to look for easy_installable pygames.
http://code.google.com/p/gui2exe/
even if most people seem to have a problem with me using a gui to compile my programs
illume on 2011/03/30 16:57:
Hey,yeah... here is one:
http://code.google.com/p/zanthor/
If you have any questions about how it works, please let me know.
cya!