PyWeek - OneManShow - feedback

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

pygame.macosx import failed

2 4 3

simple, short game

2 2 3

Not bad. Short and simple. The jumps were just about the right difficulty. I thought at first
that the second part kept the level layout the same, so that you were jumping on the underside of
platforms you were on top of before, which I thought was cool, but I realized that wasn't the
case. Still, pretty neat.

2 2 3

The platform physics work fine, and the flip was a fun twist that baffled me for a moment. Needs
more levels/sounds/graphics!

3 3 3

Let's say that the game is about average from most aspects. Overall simple yet fun platformer
game, the controlling felt comfortable and some effects looked nice. The gui was pretty well
done as well.

4 3 3

It gave me this error: NameError: global name 'Platform' is not defined There ia already a lib
name plataform, so i have to change the name of the code in order to work.

5 3 4

Hah... I *really* enjoyed playing this game: there was a clear goal, some notion of skill to
practise, it made you think AND it was lots of fun too. Love the minimalism of it and the rather
wonky music. Bravo..!

2 2 3

Red & blue.

3 2 3

Levels are too large and easy to lose all progress.

2 3 2

I found I had to change line 40 in “blackandwhite.py” to “sys.path.append(CODEDIR)”,
otherwise it seemed to break my installation of pygame, so the game would crash. Simple but
fun, cute music. I finished the game quickly, wasn’t too hard.

2 2 2

You finished your pyweek game! Congrats! :) As a very basic game and a first entry it's not bad.
The upside down thing was challenging.

Feedback for improvement. Production: more realistic jump physics; graphics effects.
Innovation: extra maze or platform elements.

And...I won!! :)

2 2 1

2D jumping game. With two level. Second level looks the same but view and controls is changed.
Nice music.

1 1 1 yes

When I tried to run the game, I used "python3 blackandwhite.py", it gave a bunch of errors and
didn't run the game. The error message that stood out to me the most was this: "ERROR:
pygame.macosx import FAILED". Maybe it is because I am using a mac so it didn't work.

1 1 1 yes

It looks like movement broke, im not sure what I was even supposed to do.