PyWeek - CyberCop 2031 - feedback
PyTM30
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 🤷♂️
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.
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).
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.
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.
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
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.
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...