Game finished!

I completed my game! It's nothing special, but I am personally fond of it, and I will most likely extend it a few levels in my free time. Though pressed with time, I got to put this out, so I consider this Pyweek a success.

Tell me what you think and rate it!

Should work on 3.2 and 2.7 using Pygame.

No sound, though this time I can safely say that was purposeful, as I have a problem with space games having sound effects.

Looking forward to seeing everybody's responses and getting to play all the games!

(Warning, it's a sort of big file, because I am too lame to make better ways of storing stuff. Oh well.)

(log in to comment)

Comments

When I unzipped it, the game was missing a file.  see below.

Traceback (most recent call last):
  File "NoWayOut.py", line 171, in <module>
    cutsceneLoop(clock, screen, ['start1.png', 'start2.png','start3.png','start4.png','start5.png','start6.png','start7.png','start8.png','start9.png','start10.png'], [60]*5 + [100]*5)
  File "NoWayOut.py", line 146, in cutsceneLoop
    curimg = BGStat(imagelist[0])
  File "NoWayOut.py", line 59, in __init__
    self.image = makeImage(img, False)
  File "NoWayOut.py", line 157, in makeImage
    image = pygame.image.load(image)
pygame.error: Couldn't open start6.png
Yep, thanks for pointing that out. I'll fix that right now.
pygame.mixer.pre_init() hangs my machine. That line commented out, it works fine.

I found youlose2.png was missing from the archive.