Sounds are fun

Forget about building robots, I should go into video game voice overs (yes I did the sound of the dying penguin).

(log in to comment)

Comments

I cannot run your game in my machine.

frankie@happysky:~/tmp/src$ python run_game.py
Traceback (most recent call last):
  File "run_game.py", line 18, in <module>
    from gamelib import main
  File "/home/frankie/tmp/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'
The shebang (#!) MUST be on the first line of the file, otherwise it doesn't do anything (that would make it possible to double click run_game.py on gnu/linux). I can't get it to run either, despite getting around the shebang "problem".