pygame2exe
pygame 844
2d 783
arcade 744
game 397
python 342
puzzle 341
shooter 268
strategy 257
action 222
space 153
other 152
libraries 151
simple 143
platformer 138
multiplayer 127
rpg 118
retro 98
applications 93
3d 87
gpl 82
pyopengl 74
snake 72
pyweek 71
geometrian 68
library 66
gui 63
physics 62
engine 59
simulation 55
adventure 52
2D Cellular Automaton Simulation
Simple 2D Cellular Automaton Simulation.
Packaged Windows Build Creator (file lost)
I plan to use this code from now on when I start new projects. The best thing about it is the premade windows and mac exe that has everything I need so I don't have to look at py2exe or py2app ever again - just drop the code in the core/ folder and it's ready to ship! There's also some other builtin best practices that I sometimes forget to add when I start from scratch, such as fixing the timestep or being able to toggle fullscreen.Write one code and distribute to all 3 OS without hassle.