PyWeek - The Hippo Wearing Galoshes Sitting Inside A Gazebo Waving Around A Spatula - feedback

Fun Prod Inno Disq N/W Comments
5 4 3

Good Job! Me and my bros had a blast playing it!

2 2 2 yes

Traceback (most recent call last):
File "run_game.py", line 18, in <module>
from gamelib import main
File "/home/godfryd/PyWeek-10-finals/THWGSIGWAS/src/gamelib/main.py", line 46, in <module>
field_section_gone = util.load_centered_image(DATAPATH + "pit.png")
AttributeError: 'module' object has no attribute 'load_centered_image'
AL lib: ALc.c:1368: exit(): closing 1 Device
AL lib: ALc.c:1345: alcCloseDevice(): destroying 1 Context

3 3 3

I'm a sucker for top-down fighters ever since Archon. But movement is too random here (I keep sliding and bouncing at great speeds) and combat barely exists (it's hard to hit the opponent and even if you hit them it's not much difference from just bumping into them). So it devolves into each player trying hard to avoid the "pits of doom".

1 1 1 yes

Traceback (most recent call last):
File "run_game.py", line 18, in <module>
from gamelib import main
File "/home/c/Downloads/PyWeek-10-finals/THWGSIGWAS/src/gamelib/main.py", line 46, in <module>
field_section_gone = util.load_centered_image(DATAPATH + "pit.png")
AttributeError: 'module' object has no attribute 'load_centered_image'

2 3 2

The game looks good, but it was a pain to get it started, and then there was some collision bug where the penguins got stuck together. So I didn't rate production as high as I would have otherwise. It would be a lot more fun if there were a 1-player mode.

2 4 3

fun to play game.. but i really really would have loved some ai opponent. That would have helped the game a lot. Nice graphics and no glitches.. i,e good production value.. :)

1 1 1 yes

Traceback (most recent call last):
File "run_game.py", line 18, in <module>
from gamelib import main
File "***/THWGSIGWAS/src/gamelib/main.py", line 46, in <module>
field_section_gone = util.load_centered_image(DATAPATH + "pit.png")
AttributeError: 'module' object has no attribute 'load_centered_image'

3 4 3

Fun doesn't last that long (maybe add some powerups to make it more interesting?), but graphics and music are superb.

3 2 3

those *'d imports are terribly dangerous! I found some bugs in your game that needed fixing
(specifically your import of utils was hidden by another utils imported somewhere else!)
Also your checks on equality using the "is" (identity) operator caused issues on my computer,
I did :%s/ is / == /g worked for the most part to replace them with something sensible .The game
was fine once those issues were sorted, but you lose points on production for them !

2 3 3

Didn't have another person to play with, so can't properly gauge the fun.

2 2 1

silly sounds but it's not enough

1 1 1 yes

Traceback (most recent call last):
File "run_game.py", line 18, in <module>
from gamelib import main
File "/home/mauve/pyweek/10/PyWeek-10-finals/THWGSIGWAS/src/gamelib/main.py", line 46, in <module>
field_section_gone = util.load_centered_image(DATAPATH + "pit.png")
AttributeError: 'module' object has no attribute 'load_centered_image'
AL lib: ALc.c:1302: exit() 1 device(s) and 1 context(s) NOT deleted

1 1 1 yes

bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
Traceback (most recent call last):
File "run_game.py", line 18, in <module>
from gamelib import main
File "/home/ciaran/Torrents/PyWeek-10-finals/THWGSIGWAS/src/gamelib/main.py", line 46, in <module>
field_section_gone = util.load_centered_image(DATAPATH + "pit.png")
AttributeError: 'module' object has no attribute 'load_centered_image'
AL lib: ALc.c:1368: exit(): closing 1 Device
AL lib: ALc.c:1345: alcCloseDevice(): destroying 1 Context

3 4 4

not much to add, nice game! :)

3 3 3

Hard to really get a sense of the game playing as a single person. I suggest that in future you implement even just a really dumb AI.