PyWeek - JustAnotherCoder - feedback
Tee
mit-mit
This was a cool game: Game concept was kind of unique and pretty good fit for the theme. I like how you managed to get two types of game play into the one game, was pretty fun. Nice choice of assets to use. Good work!
preatomicprince
Crashed on start.
Error message:
spritesheet.py", line 6, in __init__
self.spritesheet = pygame.image.load(filename).convert_alpha()
FileNotFoundError: No file 'assets/knight/up/WarriorUpIdle.png' found in working directory '/home/user/Downloads/Pyweek38/Knight of Betrayal (pyweek 38)'.
This is probably due to the file "Up" being capitalised, but not capitalised in the code. This can cause issues for filesystems on Unix-like operating systems. Making sure filenames are properly typed in or using the built-in pathlib library can help avoid these issues in future.
Cosmologicon
It was pretty fun to explore and satisfying to smash all the towers. I wish it had been a little clearer how the success in phase 1 affected phase 2, but I liked how you combined stealth with action.
Jsteele
I sometimes got caught on the scenery and the order that the character loads means you sometimes appear in the wrong order. Also I don't think you needed the E button as a separate action. It would have been easier and felt better if you just used the slashing of the sword to destroy objects. I really like the idea though, it was interesting how the destruction bit impacted the battle that happened after. Congrats on finishing.
Pykemon010
This was really fun, I like the idea of what you do before the battle effecting your chances in winning or losing the battle. its simple and sweet, although the collisions could be slightly better. I also like the music.
DR0ID
The collision detection could have been better ( I guess its simple rect collision checking). It has music and sound and graphics.
speedlimit35
It took a while before I learned how to play the game, but I beat it. It was satisfying seeing the flames spread in their crops.
Nice game! It's fun to go around destroying things.