PyWeek - Param Coderz - feedback
fireclaw
mit-mit
I liked the look and sound of the game it was cool, nice little effects and effort overall. Was a reasonably fun experience, although I could tell when the level started repeating itself, and I wish I could have jumped up to the top platforms or something? Maybe some extra levels or variations in bad guys would enhance the experience: good work!
yanigisawa
(venv) $ python run_game.py
pygame 2.0.1 (SDL 2.0.14, Python 3.9.4)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "/Users/jalexander/src/pyweek31_judging/31/special-cops/Special Cops/run_game.py", line 700, in <module>
Officer = OFFICER()
File "/Users/jalexander/src/pyweek31_judging/31/special-cops/Special Cops/run_game.py", line 79, in __init__
self.end_Music = Sound('resources/audio/mario die.mp3')
pygame.error: Unable to open file 'resources/audio/mario die.mp3'
(venv) $
speedlimit35
A pretty average runner game. I think I am a special cop now. thanks.
Audio file loading resulted in this error
pygame 2.0.1 (SDL 2.0.14, Python 3.8.6)
Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last):
File "run_game.py", line 700, in <module>
Officer = OFFICER()
File "run_game.py", line 79, in __init__
self.end_Music = Sound('resources/audio/mario die.mp3')
pygame.error: Unable to open file 'resources/audio/mario die.mp3'