Breakdown Countdown by Luthwyhn
The greatest accomplishment in the history of our people is only seconds away! We're finally going into space, to explore the great unknown! The countdown timer ticks away... Media from all over the globe have swarmed to our space center. T-minus 24 hours... The World President has arrived to watch the launch in person! T-minus 1 hour... Our brave astronauts are sealed away in their capsule. T-minus 10 minutes... The fuel lines are removed, the hatches are locked, all systems are go. T-minus 1 minute... WHAT'S THIS?! Through some cartoonish twist of fate, our glorious space-faring ship has suddenly collapsed into pieces on the launch pad! It's too late to stop the ignition sequence! Quick, send the engineers in the put it back together as best they can! It's all riding on your skills now! T-minus 10 seconds...
-----------
Created in ~18 hours using Python, PyGame, Bfxr, and GIMP.
By Blayne 'Luthwyhn' White.
-----------
Created in ~18 hours using Python, PyGame, Bfxr, and GIMP.
By Blayne 'Luthwyhn' White.
| Source (Python 2.7 + PyGame) | https://docs.google.com/file/d/0B7n_zFOPiK2uN1RBODRZcTBKdGc/edit?usp=sharing |
| Original URL | https://ludumdare.com/compo/ludum-dare-27/?action=preview&uid=3911 |
- Downloaded&Installed Python: http://www.python.org/download/ (grabbed 64 bit win ver)
- Downloaded&Installed Pygame: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame (grabbed py33 64 bit).
- download and extract archive (CTRL+S downloads it)
- clicked 'BreakdownCountdown.py'
I get stuck at:
E:\Downloads\Blayne_LD27_reakdownCountdown>E:\development\Python33\python.exe BreakdownCountdown.py
Traceback (most recent call last):
File "BreakdownCountdown.py", line 20, in <module>
from Helper import *
File "E:\Downloads\Blayne_LD27_reakdownCountdown\Helper.py", line 15
except pygame.error, message:
^
SyntaxError: invalid syntax
Pack it with a runtime and your game will be tested by a lot more people.