1st Demo for "Ascent of Justice"
After nearly 48 hours of work I am pleased to announce our first demo! Please see our project page for download links and screenshots.
(log in to comment)
Comments
Oops, fixed... guess it doesn't like being renamed from run_game.exe .
simon@silentia:~/Desktop/Pyweek other entries$ python Ascent/run_game.py Traceback (most recent call last): File "Ascent/run_game.py", line 12, in ? from lib import main File "/home/simon/Desktop/Pyweek other entries/Ascent/lib/main.py", line 21, in ? from directicus.engine import Engine File "/home/simon/Desktop/Pyweek other entries/Ascent/directicus/engine.py", line 22, in ? import pygame, eventnet.driver ImportError: No module named eventnet.driver
It's just shouting about a bunch of
Unhandled event MouseMotion
And I can't move when I've chosen the start game option :/
saluk on 2007/04/02 20:31:
Exe is wrong, doesn't include all dlls or something, I get "import error os". I'll try source version when I get home.