*Ping and the turkey's done
After an awesome beer festival I wasn't going to get anything of merit done on this little project yesterday. I just tidied up the display and fixed a bug in speed not resetting after a game over event. So yep, here it is, my first PyWeek entry, I'm looking forward to playing everyone else's games now.(log in to comment)
Traceback (most recent call last): File "run_game.py", line 4, in JungleRun.__main__.main() File "/Users/paul/Desktop/pyweek/JungleRun/JungleRun/__main__.py", line 14, in main game.run_logic() File "/Users/paul/Desktop/pyweek/JungleRun/JungleRun/game_application.py", line 52, in run_logic next(self.stage) TypeError: instance has no next() method