Skellington?
can someone tell me? do we have to use skellation? i want to handle all the stuff myself(log in to comment)
Comments
But in the end I used it anyway. Richard did state that if you really don't want to use it ie(you only have one file, or you just don't want you use it so you can do it all yourself) you don't have to, but if it is at all difficult for others to play your game ie(you haver multiple files in the root directory and none of them is named main, so it is difficult to tell what file to run to play the game) you would receive "no mercy" and probably be docked a ton of points. I'll get you some links if I need to.
But I would strongly suggest using the skellington anyway.
In the end, if you want to set it up yourself, at least only have a Readme.txt, main.py, and license stuff in your top directory, and have everything else in subdirs :)
You can find his latest download here.
john on 2007/08/03 14:26:
Yes you have to use skellington, it makes life so much easier when it comes to judging, and this program I'm hacking away at won't work unless the skellington is followed, it isn't that hard really, put all the code in the lib directory, and call the main.py file in the run_game.py file, put all the graphics, music, fonts etc. under data so that it is accessable when the program is run.I may make it sound hard, but really it's really simple, I was intimidated by it at first in pyweek 4, but it works really well, believe me, you can download it here: Here