Should we include src of game engine to final submission zip-package?
We've been developing our game using PyGame http://www.pygame.org/download.shtml library! Should we include it to submission zip-package or we may just notice it as pre-required lib?(log in to comment)
cyhawk on 2012/09/15 14:41:
I don't think you should include it in the source package. Everyone judging the games will have it installed anyway. But I think it's a good idea to make self-contained executables for Mac and/or Windows. That way friends and relatives (and random Internet people) can try the game without needing to install Python and the libraries.