Announcing Skellington Plus 0.92
Do not confuse this with the official Skellington for PyWeek - the package is based on Skellington 1.10, but adds extra functionality some might find useful but others might not need. It's not a game engine, but rather a nice package of generic code I've found useful in game projects in the past. It's also very much in the beta stages, so bugs should be expected. I might be testing it more thoroughly during the PyWeek warmup, but since the rules state any code must be released one month before the competition, I won't be making any more updates even for my own use until after PyWeek.
I don't like repeating myself, so head for the Skellington Plus project's home page for more complete information.
(log in to comment)
Comments
I have some comments on some of your code... Mostly style things like excessively long lines, odd indentation choice*, but also some strange things like having strings for documentation outside function definitions, instead of having them be docstrings...
*: as a rule, when I'm writing code that I intend for others to use I try to follow the style guidelines of the Python standard library as given in PEP 8
richard on 2007/07/31 00:16:
I have no problems with you taking the code and running with it (that was the point) but could you please change the name to reduce confusion?