| |||||||||||
PyWeek - 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. — mcferrill on 2007/04/02 20:05 of Ascent of Justice - Trailblazer 3.0 Comments: (log in to comment) |
Last Challenge
September 2008 [entries, ratings] Previous March 2008 [entries, ratings] September 2007 [entries, ratings] > April 2007 [entries, ratings] September 2006 [entries, ratings] March 2006 [entries, ratings] (June 2006) August 2005 [entries, ratings] Not logged in Login | ||||||||||
By 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.By mcferrill on 2007/04/02 20:47:
Oops, fixed... guess it doesn't like being renamed from run_game.exe .
By Mikle on 2007/04/02 22:00:
As I said in irc - coooooooooooooooooooool!!!By simono on 2007/04/03 00:01:
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.driverBy buffi on 2007/04/08 09:41:
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 :/
By mcferrill on 2007/04/08 14:36:
The unhandled event messages can be ignored, as for the start game problem what system are you running? (OS,python,pygame)By simono on 2007/04/09 19:23:
can't move either and get a lot of mousemotion eventsBy alecu on 2007/04/18 23:53:
I can't move either. Linux, python2.4.4, pygame 1.7.1. It stalls at 100% cpu usage.By gcewing on 2007/04/19 00:02:
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.