PyWeek - Gaming32 - feedback

Fun 3 Prod 3 Inno 3

Tee

Nice game. For some reason the robber just stayed in the same place in my first two playthroughs, which got me confused, but in my third they actually moved around and it was tough to catch them. I was hoping there would be a bit more though. I like how clean the interface is.

Fun 2 Prod 3 Inno 3

discretegames

I liked the terminal aspect but it was frustrating when the robber would leave the space you were going to. Moving randomly seemed the best strategy.

Fun 3 Prod 3 Inno 3

yanigisawa

It would have been nice to have a way to find the criminal other than to run into him by chance. Unless there was a command to "look around" to try and find him on the map.

Fun 2 Prod 4 Inno 3

speedlimit35

I really like the command-line styled game! Unfortunately the midi could not load though. As for the gameplay, it felt very random and luck based. I was just moving in the general direction of the robber and then moving randomly.

Fun 2 Prod 3 Inno 4

MasterPice

interesting game idea

Fun 4 Prod 4 Inno 4

Green_boyY

+ for me not having to switch my Keyboardlayout :D

Did not work

Matthgeek

Had problems with midi connections.

Traceback (most recent call last):
File "C:\Users\Lugardos\Downloads\COP.EXE-1.1.1\COP.EXE-main\run_game.py", line 28, in <module>
import cop_exe.__main__
File "C:\Users\Lugardos\Downloads\COP.EXE-1.1.1\COP.EXE-main\cop_exe\__main__.py", line 130, in <module>
if next(coroutine, '__marker__') != '__marker__':
File "C:\Users\Lugardos\Downloads\COP.EXE-1.1.1\COP.EXE-main\cop_exe\__main__.py", line 28, in start
yield from box.slow_print(parts[part].strip() + '\n')
File "C:\Users\Lugardos\Downloads\COP.EXE-1.1.1\COP.EXE-main\cop_exe\text_box.py", line 94, in slow_print
MIDI_DEVICE.note_on(90, 63)
File "C:\Users\Lugardos\AppData\Roaming\Python\Python39\site-packages\pygame\midi.py", line 551, in note_on
self.write_short(0x90 + channel, note, velocity)
File "C:\Users\Lugardos\AppData\Roaming\Python\Python39\site-packages\pygame\midi.py", line 518, in write_short
self._output.WriteShort(status, data1, data2)
File "src_c\cython\pygame\pypm.pyx", line 468, in pygame.pypm.Output.WriteShort
File "src_c\cython\pygame\pypm.pyx", line 327, in pygame.pypm.Output._check_open
Exception: midi Output not open.