Pygame
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
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
The app must be stand-alone on 10.4.2, as stated in the rules/FAQ: http://idevgames.com/index.php/contest/o...g_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.
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.

