[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] separating pygame dependent code from general code



Hey,

I like the following...

mygame/
mygame/run_game.py
mygame/mygame/__init__.py
mygame/mygame/yourothercode.py
mygame/mygame/data

I tried to update the skellington after the last pyweek based on bugs...
https://bitbucket.org/illume/skellington2011

but there are still a number of improvements that could be made.


cheers,