PyWeek - Toorun - feedback
Pykemon010
DR0ID
The 'z' key is a bad choice because not all keyboards are qwerty. The qwertz keyboard has the z and y exchanged and that isn't playable.
I get that is is a well executed high score game. The idea if the retractable bullet seems fine, but the reaction time or rather spot is too small (at least for me, getting almost always hit by my own bullet).
JRichey2SwiFt
X button didn't seem to work for me. would have been nice too for health regen items to drop on the rows as well.
Quikli
I couldn't get the X button to do anything and had to fix the code due to the use of windows-only path separators and case sensitivity on Mac/Linux. Aside, the game had some challenge, but I would have liked to see a bit more to the gameplay. Maybe the X button was supposed to do that if it worked.
MrTanoshii
Fun game
The stage changed coupled with the increase in game speed and music speed really caught me off guard, interesting
The use of bullets from the left that damage the player too was great
Note: Why is there a notice to not delete the data folder in the readme? That was really odd! LOL
zwerver
I kept getting FileNoteFound errors. After hunting down \\'s to turn into /s, it still didn't work because of wrong file capitalization so I kind of gave up. Too bad, the screenshots looked great. Please think of us users that are not on windows next time.
thp
Artwork and music is cool. I do like the concept, but it's not obvious to me why the health goes down and how the parry mechanic works. Being able to mute and show the controls is a nice touch.
speedlimit35
Traceback (most recent call last):
File "/From-Blue-to-Red/src/main.py", line 152, in <module>
engine = Engine()
File "/From-Blue-to-Red/src/main.py", line 14, in __init__
self.init_window()
File "/From-Blue-to-Red/src/main.py", line 23, in init_window
self.icon_image = pygame.image.load("..\\assets\\icon.png").convert_alpha()
FileNotFoundError: No file '..\assets\icon.png' found in working directory '/From-Blue-to-Red'.
The game won't run for me