PyWeek - Monsterreporter1 - feedback
Xyolidge
DR0ID
...\pw30\gaston-the-castaway-gator> py -3.7 .\Gaston_the_Castaway_Gator.py
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File ".\Gaston_the_Castaway_Gator.py", line 3, in <module>
main = mixer.Sound("main.wav")
FileNotFoundError: No such file or directory.
rdb
I can't get past the yellow instruction screen. I tried every button but it's not working. Since I assume that there's more to this game I have to mark this as DNW.
encukou
I couldn't get past the screen that says "Punch 15 sharks" -- mouse, ASDW nor arrows did nothing.
There is no explanation of controls.
fireclaw
It seems you missed to upload the assets to your final entry. The python script alone won't work.
thetrav
> python .\Gaston_the_Castaway_Gator.py
pygame 1.9.6
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File ".\Gaston_the_Castaway_Gator.py", line 3, in <module>
main = mixer.Sound("main.wav")
FileNotFoundError: No such file or directory.
Cannot launch it.