Downloading things
Will it be better for me to download some other modules? I have only PyGame.And will it be better for me to download Python 2?
(log in to comment)
Comments
gizmo_thunder: it's not a problem, but you're supposed to explain in the README what is required for your game to run.
See: https://pyweek.org/s/help/#what-to-submit-as-your-entry
Yes, other games are likely to require you to install dependencies. You could just figure them out as you go along, but if you want to get a head start, I recommend installing pyglet, PyOpenGL, Ren'Py, lepton, cocos2d, and pymunk.
Do I have to install Python 2?
richard on 2014/05/16 22:12:
PyGame and Python are enough to create some games. Some other games need other modules. Without knowing your requirements it's hard to be specific :)