PyWeek - JustAnotherTeam.py - feedback

Fun 1 Prod 3 Inno 2

DR0ID

Not sure how to play. I could move, but not catch any robbers (need to press anything?). Didn't find any instruction either.

Fun 3 Prod 4 Inno 3

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!

Did not work

discretegames

Crashed immediately saying it couldn't find a font file.

Fun 3 Prod 3 Inno 3

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.

Fun 2 Prod 2 Inno 3

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.

Fun 1 Prod 1 Inno 1

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.

Fun 2 Prod 3 Inno 3

RicBin

A very simple game, I like art, but it lacks music.
Sometimes the fps drops a lot.

Fun 2 Prod 2 Inno 3

MasterPice

game is ok,
but the movement is a bit of, you can't move sideways..
picking up donuts is not working very well

Fun 4 Prod 3 Inno 3

Green_boyY

In my opinion the Cop should be able to catch up to the Robbers a tiny bit faster.