PyWeek - Pipe Software - feedback

Fun Prod Inno Disq N/W Comments
2 3 2

Interesting idea with programmable projectiles, but not very polished. The physics seemed
very wonky.

1 2 2

unfinished

1 1 1 yes

Sorry, I had trouble getting greenlet installed. If I get a chance I'll come back to your entry!

2 3 4

I like the equation idea, although not pausing the game while entering equations isn't great.
Lack of actual gameplay is a bit disappointing.

2 2 3

Didn't work very well - kept freezing as I typed in an equation. Greenlet scheduling problems,
perhaps?

1 1 1 yes

Looks like I got a version incompatibility. C:/Python26/pythonw.exe -u
"/pyweek14/SubdwarfPyWeek/Launch.py" Traceback (most recent call last): File
"/SubdwarfPyWeek/Launch.py", line 1, in from MainMission import * File
"\SubdwarfPyWeek\MainMission.py", line 1, in from Mission import * File
"\SubdwarfPyWeek\Mission.py", line 1, in from Utils import stackless, Wait File
"\SubdwarfPyWeek\Utils.py", line 3, in import greenstackless as stackless File
"\SubdwarfPyWeek\greenstackless.py", line 42, in from greenlet import greenlet #as of
version 1.0 of py, it does not supply greenlets anymore ImportError: No module named greenlet

2 2 2

Thank you for this near impossible to control asteroids clone. Shift was apparently not
detected by the program, so it was impossible to enter the parentheses for "sin(...)". I
modified the code to get past this hurdle.

2 2 3 yes

Looks like it would have been interesting if finished. I didn't like the long instructions.
Couldn't figure out what to do and had to restart a couple of times after crashing into things.

1 1 1

greenlet library is required to play.

2 2 3

You forget to add that greenlet is required to run this game; Hard controls; Nice concept, but
needs more polishing.

2 2 4

If I understood the game, you are supposed to enter an equation affecting the bullet's path. No
way man... this would never be funny enough. And the worst is when you are not able to enter
brackets in an equation.

1 1 1 yes

Didn't work, seems to be linux only. Nothing wrong with that per se, but I don't have linux.