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 .
As I said in irc - coooooooooooooooooooool!!!
i downloaded the source gzip, but can't start it. hm... i installed directius (maybe put that into source too, people dont like downloading extra stuff :-)
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
I'm having issues with this.
It's just shouting about a bunch of
Unhandled event MouseMotion
And I can't move when I've chosen the start game option :/
It's just shouting about a bunch of
Unhandled event MouseMotion
And I can't move when I've chosen the start game option :/
The unhandled event messages can be ignored, as for the start game problem what system are you running? (OS,python,pygame)
can't move either and get a lot of mousemotion events
I can't move either. Linux, python2.4.4, pygame 1.7.1.
It stalls at 100% cpu usage.
MacOSX 1.4, Python 2.5, PyGame 1.7.1: It gets slower
with each level, and by level 3, it's too slow to
be playable without huge frustration.
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.