RocketPwn by _flowless

[raw]
made by _flowless for LD28 (JAM)
The crew of your triangle vessel went rogue,
you only get one thruster to save your ship!

Requires:
- pygame

Running:
- python rocketpwn or just ./rocketpwn

Keys:
- space: rotate
- q: quit

Timing is everything.

Feedback

Ludusamo
17. Dec 2013 · 23:59 UTC
I get this error...
Traceback (most recent call last):
File "rocketpwn", line 7, in <module>
import pygame
ImportError: No module named pygame
john_conder9
18. Dec 2013 · 04:11 UTC
This is really hard, I tried for 20 minutes and couldn't get past the first level. If there was any control over which way I was rotating, then I could probably get somewhere. But the second curve just feels so hard since you have to have like perfect timing which feels impossible without lots of repetition. I don't know, but it is a cool concept and it's fun when it's not frustrating.
bluemanshoe
18. Dec 2013 · 04:13 UTC
To fix the ImportError, you can do one of:

(sudo) easy_install pygame
(sudo) pip install pygame

depending on your system.

Very challenging game, but fun when it clicks
moomoo112
18. Dec 2013 · 04:15 UTC
Wow, that is extremely hard to get the hang of
broepi
18. Dec 2013 · 13:07 UTC
Wow, this is super hard and also challenging, yet so minimalistic. +1 for coding in python :)
I also considered using python, but didn't know how to distribute a bundle with interpreter and all libraries, so that the user doesn't need to install any stuff.
broepi
18. Dec 2013 · 13:47 UTC
ah, okay, the trick is to keep spinning, when the pulse drive is strongest.