PyWeek - PyIcy Tower

Hmmm temporary name indeed, so I can post :)
This is a solo entry by Mikle.

Awards

Give this entry an award

Sunday 01 April, 2007

[ Mikle @ 14:26 ] Original game VS Cool Clone

What do you all think is better - An original complicated adventure game that may bit finish, or finish a bit ugly or a clone of a fun proven game with some of my own twists???

Saturday 31 March, 2007

[ Mikle @ 15:47 ] Skelington question

Hello people, only 9 hours to go till my first pyweek begins :) But enough with the pleasantries, I have a bit of a problem with the skelington, as I don't like the way data folder is in a different tree from the game logic...I like it when the data is in a folder in the game lib, thus easier to reach. I know there is a data.load function, but it returns file descriptors which are useless and I'm afraid to edit it so that the mighty pyweek gods won't bash me...So can I just ignore this part of the skelington, or is it a MUST?