PyWeek - JustAnotherTeam.py - feedback
DR0ID
mit-mit
A nice short but sweet game experience :) ... good work with the extra effort to have menus and different difficulty modes. Graphics were simple but effective; they were a bit blurry however, maybe they needed to be upsampled from pixel art without using any interpolation? Maybe a bit of music would improve the experience too, in my personal opinion :) good work!
yanigisawa
The game crashed on me when I clicked "Main Menu" after finishing a level. Other than that it worked well, and saved my games played stats from run to run.
speedlimit35
FIrst, I spent some time going through the code and found the controls. Then, I caught a few robbers and won. This game is very simple but not very fun.
fireclaw
well, at first it just crashed due to the font name being incorrect.
python3 main.py 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 "main.py", line 1207, in <module>
game.gameLoop(game())
File "main.py", line 1149, in gameLoop
self.mainmenu()
File "main.py", line 1097, in mainmenu
self.optionsBtn.draw(gameDisplay, (0,0,0))
File "main.py", line 77, in draw
font = pygame.font.Font('assets/font.ttf', self.font_size)
FileNotFoundError: [Errno 2] No such file or directory: 'assets/font.ttf'
Then after I got it to run and started an actual game, I had no idea what I had to do. I tried to collect doughnuts which I got some but I was not able to catch any of the robbers, I ran over them, tried to press buttons on the keyboard but nothing happened. There also were seemingly no hints in the game and the readme didn't help either.
RicBin
A very simple game, I like art, but it lacks music.
Sometimes the fps drops a lot.
MasterPice
game is ok,
but the movement is a bit of, you can't move sideways..
picking up donuts is not working very well
Green_boyY
In my opinion the Cop should be able to catch up to the Robbers a tiny bit faster.
Not sure how to play. I could move, but not catch any robbers (need to press anything?). Didn't find any instruction either.