Minor Problem in Final Version
For anyone who tries to play this game, there is a small oops in one of the classes. While the game works flawlessly in Python 2.5, there is a problem in level.py where empty parentheses appear in the class definition. Python 2.5 has no problem with this, but it causes a syntax error in earlier versions. To play, just make sure to use Python 2.5 (or download the Win32 version if appropriate).(log in to comment)
Comments
elevate-source-2.zip
The change is just to lib/level.py where the LevelHandler class is defined. Easy fix if you want to do it by hand.
PrintStar on 2007/04/08 02:49:
PS - I had a fix ready before the deadline, but the server was overloaded. No problem, though, since the submitted version works fine in the most up-to-date version of Python. I'll upload a fixed version for everyone with Python 2.4 tomorrow.