PyWeek - Shade of Code - feedback
mit-mit
PyTM30
Your Sounds/*.wav are actually mp3s so I had to convert them to real wavs before it would run.
fireclaw
It had some audio loading problems
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 67, in <module>
game = Main()
File "main.py", line 28, in __init__
self.cha_ching = pygame.mixer.Sound(os.path.join("Sounds", "Cha-ching-sound.wav"))
pygame.error: Unable to open file 'Sounds/Cha-ching-sound.wav'
yanigisawa
Grats on finishing a Game! It's definitely playable on Mac, and I didn't have any trouble understanding what to do once I realized the blue line is the cop to avoid. Nice work!
LeopardShark
The gameplay was quite fun. After a few goes I discovered the strategy of orbiting the edges of the map, which made it a bit less interesting. The sprint mechanic adds a bit of depth. The person sprites are nice, although a bit small.
speedlimit35
The game is not very interesting. In the game, I just moved around and stole people's money.
Green_boyY
I got you! give me all your munies!!
funny how the executable is in the Source too.
tizilogic
Good and simple concept. I enjoyed robbing and finding out that I shouldn't try to rob the blue ones.. I thought it was weird that they wanted to come to me but hey, I'm a robber so I want all the money I can get :D
I would've tuned the cops to allow me to actually escape. As hard as I tried, they always caught me in the end, but I realize that it is easier said than done.
Great entry!
RicBin
The people are too small, I could not identify if a person was an innocent or a police.
It also lack of music.
This was a short but fun experience: it was pretty cool flying around a super light speed robbing people :) and got quite difficult once there are lots of police around to keep dodging them :) good work!