PyWeek - Bitstream Manipulators - feedback

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

Missing file. :( I commented out the offending code and played it for a bit. I'm still marking it
as DNW because I didn't really know what to do, but I kind of get the idea, which is neat.

1 1 1 yes

File "/Library/Python/2.7/site-packages/pygame/sysfont.py", line 422, in
initsysfonts_darwin _search_osx_font_paths(fonts) UnboundLocalError: local variable
'fonts' referenced before assignment

2 2 3

Had to apply the instructions removing fix to get it to work. Interesting idea for the bit
flipping, though it got repetitive fairly quickly. Good practice for learning the ascii
table by heart, I guess!

2 2 4

Interesting concept. But it needed something more. Not sure what. But hey, you did it! :) No
joke. Finishing a game in a week is an accomplishment. Kudo.

2 2 4

no sound, no music

2 2 5

Whew this was hard! I couldn't get past three or four letters. If you aren't going to have sound
in your game you should have more visual feedback.This seems like it should have been a pyweek
18 entry ;)

2 2 4

Neat idea.

3 2 3

Interesting concept, took a bit to figure out. Problem with instructions resolved with
removal of line#13 of level.py.

1 3 3

There are 10 types of people. I'm 01.

1 3 2

Game crashes after starting animation, looking for missing file: “data/instructions.txt”
… created a dummy file to try and get through. Presented with a screen some hearts and a robot:
took a long time to figure out what to do, but I think the idea is to try to manipulate the binary
code to match the ascii letter presented? How am I supposed to just memorise these? Event loop
runs very slowly on my machine, game and responsiveness of controls extremely sluggish.
Generally seems to be partially working, makes no sense, not fun.

2 2 2

Had to edit the source code due to missing distribution files. Hard to figure out what was
happening when the glyphs wouldn't render. The enemy bot was more of an annoyance than an
adversary.

1 1 1 yes

Missing file data/instructions.txt

2 2 3

The gameplay was rather repetitive.

1 1 1 yes

data/instructions.txt not found. Looks like packaging problems.