| |||||||||||
PyWeek - FinishedI just upload the final version; the only change is the README.txt with a better description of the game and how to play it. If I had more time to improve it I would probably work on the graphics, as well as adding network play. I'll try to do this after pyweek, let's see how it goes. I would like to thank everyone that tested my game during this week, and also all the people who gave suggestions and feedback; sorry I couldn't implement all of them. The feedback during the week made me feel that this is a really cool group event, not just me running against the clock to write some game. Thanks! — roberto on 2007/09/08 19:56 of Galvinball! Comments: (log in to comment) |
Last Challenge
September 2008 [entries, ratings] Previous March 2008 [entries, ratings] > September 2007 [entries, ratings] April 2007 [entries, ratings] September 2006 [entries, ratings] March 2006 [entries, ratings] (June 2006) August 2005 [entries, ratings] Not logged in Login | ||||||||||
By Obtarius on 2007/09/09 13:40:
galvinball-0.3.3.zip doesn't work for me at all..first I get "ImportError: No module named main" after simply running run_game.py and then after copying the run_game.py file to the lib dir, the whole python environment crashes with a runtime error (the usual "unexcepted error.. we don't know nothing" stuff)
my system: win xp (python 2.5 and pygame are installed)
I hope you or anybody else can help me because I'd really like to test this game.
By eugman on 2007/09/09 15:09:
Are you running an exe? If thats the case then it won't work because the setup.py included to make them is faulty.By Obtarius on 2007/09/10 15:07:
nope, I'm trying to run "run_game.py" .. :/