PDA

View Full Version : Pygame


fidlej
2005.11.21, 03:50 PM
Does anybody use Pygame for OMG entry development? I do so.

Must the game be packaged by py2app (http://undefined.org/python/py2app.html) to don't depends on Pygame?

I would like to submit Robo Hunt:
http://ivo.danihelka.net/python/#robohunt

OneSadCookie
2005.11.21, 04:26 PM
The app must be stand-alone on 10.4.2, as stated in the rules/FAQ: http://idevgames.com/index.php/contest/omg_info/omg_cup_2005

That means you need to bundle pygame with your app somehow. I take the rules to mean that you're not allowed to install anything, so py2app seems like the best bet. That could be open to interpretation, however.