PyWeek - CyberCop 2031 - feedback

Fun 3 Prod 3 Inno 4

PyTM30

Sometimes uses Sound/ other times sound/ so it breaks on case-sensitive file systems. mp3 is not widely supported by pygame so I had to change mp3s to oggs. Decent music and sounds, the graphics work...

Did not work

discretegames

Crashed on startup because it couldn't find assets though they were there.

I didn't want to try to debug it when I has 20 other games to test 🤷‍♂️

Fun 3 Prod 3 Inno 4

mit-mit

Cool game: you have managed to fit quite a bit in for a week, well done! It was cool that you could make a sort of GTA like game. I especially liked the python 2 criminal: disgusting indeed :) ... I liked the music, it was cool and well matched.

Fun 3 Prod 2 Inno 3

LeopardShark

The game world is impressively large and detailed and the writing is great. The walking is quite slow, but the driving mechanic mitigates this, and the controls for the cars feel good. I think you have violated the licence for the game music (https://mixkit.co/license/#musicFree).

Did not work

fireclaw

Somehow it wasn't able to load the audio file.

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 "runGame.py", line 12, in <module>
menu = Menu()
File "...//CyberCop 2031/Menu.py", line 32, in __init__
'select' : pygame.mixer.Sound('sound/click.wav')}
FileNotFoundError: No such file or directory.

Fun 2 Prod 2 Inno 4

yanigisawa

I had to modify the code to get this to run on MacOS. It kept failing trying to play the mp3 files via pygame's mixer.

Once I was playing, I had a hard time realizing that the grey squares were supposed to be doors. Without the music it was not as interesting as watching the gameplay video.

I like the idea behind the game, but I think the scope was maybe a little too high for a single week game jam.

Fun 4 Prod 3 Inno 3

Prathamesh

Nice Work

Fun 1 Prod 3 Inno 3

MasterPice

i do not get the missions...
am I missing something? like the racer... is it all to just talk to him?

BUT: nice controll of the car

Fun 4 Prod 4 Inno 4

Green_boyY

I like crashing into walls and driving backwards fast.

Fun 2 Prod 4 Inno 3

speedlimit35

I like the semi-open world aspect of this game. It would be nice if everything was closer together though and the roads were wider. Navigation takes quite a long time. Some of the instructions were also unclear. For example, it took me a while to figure out that I had to go back into the police station to arrest someone.
The dialogue was very funny. Thank you.