| |||||||||||
PyWeek - CompletionWell, this marks the first PyWeek where I knew Python and Pygame -before- I the challenge start :DOverall, I'm pretty pleased with how everything turned out. The main game engine ended up much better than I planned, although I never got to do a boss battle engine (or rather, couldn't think of anything that made any sort of logical sense). I'm pleased, though, and I think that the competition this time around is going to be pretty rough! — DiamondGFX on 2008/04/05 20:58 of invention Comments: |
Next 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 Register | ||||||||||
By abachman on 2008/04/05 21:58:
I'm getting a:
Traceback (most recent call last): File "run_game.py", line 15, in main.main() File "/Users/diamond/Documents/PyWeek/lib/main.py", line 12, in main File "/Users/diamond/Documents/PyWeek/lib/game_engine.py", line 67, in main File "/Users/diamond/Documents/PyWeek/lib/game_engine.py", line 104, in escort_game File "/Users/diamond/Documents/PyWeek/lib/escort_engine.py", line 233, in main NameError: global name 'portal' is not definedwhen I right click on the screen during play. This is on a Windows XP machine with Pygame 1.7.1release