PyWeek - Game Complete
Ok, the game is finally done and I've uploaded my first copies of my final submissions. It's only been tested on Windows with pygame, but I see no reason why it souldnt' work on Linux. It doesn't work on my Debian Sarge, but that's because the Debian pygame package is ancient.Anyone want to test it?
— PrintStar on 2006/04/01 18:05 of PrintStar
Comments: (log in to comment)

By andrew_j_w on 2006/04/01 18:08:
Traceback (most recent call last): File "otmain.py", line 638, in ? if __name__ == '__main__': main() File "otmain.py", line 360, in main pygame.mixer.music.load('data/phi.mid') pygame.error: timidity.cfg: No such file or directoryBy PrintStar on 2006/04/01 18:11:
Looks like a midi error. I'll allow midi to be disabled.By andrew_j_w on 2006/04/01 18:18:
I installed timidity and it worked find. Good job! It was fun to play, but hard to move the claw diagonally which was bit annoying.By jack on 2006/04/01 18:18:
Game runs perfectly, on my Debian system, provided I run it using 'python2.4'. Nice work! Looks great.By PrintStar on 2006/04/01 18:29:
Ok, I've added some exception checking on the midi call in case anyone else has the same problem andrew_j_w previously had.As for the game working on Debian, I'm glad to hear it!
By aerojockey on 2006/04/01 18:40:
Worked perfectly for me after converting the MID file to an MP3. I'm on Debian but I use a custom Python install.