Completion
Well, 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!
(log in to comment)
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