PyWeek - sj - feedback

Fun Prod Inno Disq N/W Comments
1 1 1 yes

Problem when loading on Linux: Traceback (most recent call last): File "pyweek06.py", line
1073, in ? tileSet = [loadBMP('B100M803'), # 0 File "pyweek06.py", line 28, in loadBMP image =
pygame.image.load(fileName).convert() pygame.error: Couldn't open
images/B1S1C800.BMP

3 3 2

Nice music and graphics, not too sure how this really involves steam - seemed just like a standard top-down shooter, so can't mark highly for innovation. Played all right though.

1 4 2

Can't seem to blow anything up in the game. Makes it hard to win.

3 4 3

Cool combat game!

3 3 2

Looks good. Can't wait to see the finished version!

1 1 1

Could not run. Got some filename error.

3 3 1

The game is quite simple, but the used art creates a nice atmosphere. It's perhaps a bit too hard, but still enjoyable.

1 3 3

in game logic does not work

1 2 3

Initally the game wouldn't run because of many wrongly capitalized files. After fixing them I had no idea what was going on and got killed every time almost straight away...

2 4 3

Lots of case problems with image and music files.

2 4 1

nive graphcis, music a bit enervating, could never restart after losing.

3 3 2

A fun little game.

2 2 1

no interesting bits. done poorly and it also crashed in the middle.

2 4 3

Good looking, playable. Could benefit by being harder and more interesting (more enemies and danger could help); right now it's kind of pointless.

It has some annoying filename case-sensitivity errors; not merely getting the case wrong but being inconsistent with case inside the program (which required an edit to fix).

4 4 3

Pretty, nice. COuld be more fun. Seems like it is missing something....

3 3 3

All that file renaming shouldn't be needed. In general, stick with lowercase filename everywhere. Other than that, I really don't like the one-hit kills; on the other hand, the enemies dying if the temp gets too high is a rather interesting mechanic. Finally, getting the player shooting in 4 directions would make this game better.

2 4 2

The game looks good. Unfortunately, it's very hard to play because you can't see the shots that the enemies fire and you seem to have virtually no health. The menu is also annoying.. why does it take so long to disappear?

3 4 2

it was a bit hard to shoot the things

3 3 2

It's way too easy to die in this game. It's also very hard to shoot the enemies, because they will shoot back very quickly. The graphics are nice, but I'm only giving an "About average" because they were public domain graphics from another game.
There were some compatibility problems because of letter cases in filenames. That is always annoying to fix manually.

3 3 3

Nicely put together.

3 2 3

Not bad. A bit more polish and it could be pretty cool.

Trying to fight the bad guys is really frustrating, you just have to ignore them.

Also, got this:
Traceback (most recent call last):
File "pyweek06.py", line 1184, in ?
File "pyweek06.py", line 803, in tick
IndexError: list index out of range

After playing the py2exe version for a long time.