PyWeek - N and N - feedback

Did not work

kfields

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

Fun 3 Prod 3 Inno 2

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. :)

Fun 2 Prod 3 Inno 2

ddorn

Very hard game, but incredible music !

Fun 4 Prod 3 Inno 3

Starbuck5

Fun to play.

Fun 2 Prod 2 Inno 2

pillitoka

A simple game. Good start.

Fun 3 Prod 5 Inno 3

DR0ID

simple shmup

Did not work

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'

Did not work

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)

Fun 3 Prod 3 Inno 3

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.

Did not work

dowski

The game window was too big for my laptop. :-(

Fun 3 Prod 4 Inno 3

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!

Fun 3 Prod 2 Inno 2

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.