PyWeek - N and N - feedback
kfields
Tee
This game may be simple but the combination of the silly graphics and music gives it a great touch. I was definitely smiling during the few seconds that I played it. I would like to see more complex games in this style. :)
MysteryCoder456
Traceback (most recent call last):
File "run_game.py", line 485, in <module>
main()
File "run_game.py", line 453, in main
player = Player(SCREEN)
File "run_game.py", line 161, in __init__
self.bullet_sound = _.mixer.Sound("./audio/bullet.wav")
pygame.error: Unable to open file './audio/bullet.wav'
jtiai
No installation instructions. When trying to run fails with the error:
$ python .\run_game.py
File ".\run_game.py", line 75
return _.image.load(f"./images/{name}.png").convert_alpha()
^
SyntaxError: invalid syntax
(Note: I tried to match caret in the correct place from traceback)
Cosmologicon
Pretty straightforward, and things like some indication when you take damage would have gone a long way, but I enjoyed the special ability and the progression of difficulty.
OrionDark7
Very fast-paced, but simple game. How to Play Screen would've been helpful. The banjo music made the game so much more enjoyable. Graphics were good as well. Nice game!
chrisyan2000
The game is about butterfly instead of butterfly effect, and the mechanics and enemies in the game don't quite connect to butterflies either. It felt like a rework of those plane shooting minigames. Display window is a little too tall.
Traceback (most recent call last):
File "run_game.py", line 485, in <module>
main()
File "run_game.py", line 453, in main
player = Player(SCREEN)
File "run_game.py", line 161, in __init__
self.bullet_sound = _.mixer.Sound("./audio/bullet.wav")
pygame.error: Unable to open file './audio/bullet.wav'
On Ubuntu 19.10. Strange. The file is there