FoonLudum Dare ExplorerLD28 → RocketPwn

RocketPwn

By _flowless

View on Wayback Machine

CategoryRankScoreCount
Coolness1795

Comments

ludusamo 2013-12-18 00:04

I get this error...
Traceback (most recent call last):
File "rocketpwn", line 7, in <module>
import pygame
ImportError: No module named pygame

john_conder9 2013-12-18 04:16

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 2013-12-18 04:18

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 2013-12-18 04:20

Wow, that is extremely hard to get the hang of

broepi 2013-12-18 13:12

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 2013-12-18 13:52

ah, okay, the trick is to keep spinning, when the pulse drive is strongest.