Super fun
First ever pyweek. Had a great time making the game. Learnt many things. Finished in time. Enjoy playing it.(log in to comment)
Comments
It is also our fist time with pyglet. From what you describe it looks like pyglet is having trouble decoding this file.
If the problem is with the game over sound file only, try commenting out the following lines:
in puggu --> game --> gameModules --> resources.py, line 57
in puggu --> game --> run_game.py, line 148
Then this sound is neither loaded nor played. Hopefully you wont reach game over and wont miss it!
Can you please let us know if that worked?
If you have trouble with other sounds also, let me know. I will list out all the places where the sounds are played in the code.
Cosmologicon on 2020/03/29 21:32:
I'm getting a pyglet error. I'm not very familiar with pyglet or ffmpeg. Does anyone have any suggestions? I'm on Ubuntu.
Thanks!