I think there is not enough documentation (/explanation) in the templates.
Example 1:
int(Ghost.X / Game.TileSize) * Game.TileSize + (Game.TileSize/2)
I know what "int" does, but I believe you should mention what it does and why you are using (and/or perhaps mention the manual for further reading).
However, I do not know what "/game.tilesize" does and why you are doing it. There is no explanation in the template.
Example 2:
game sprite.
Why are you using it to store the "global variables"? (why not use global variables or, if possible, local variables?)
I think the templates help beginners (and me) more, if you add more "what does this do and why am I using it"-explanations.
Thanks for doing the templates!