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)
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.