PyWeek - A Team - feedback
Cosmologicon
DR0ID
No sound nor music.
On that single map this is not that fun. In a bigger maze it might be fun. Thinking about pacman. Using some powerups it really could be fun.
Thanks for your time.
RicBin
The map is very small, so red always has the advantage.
The game fails when red catches you.
Nice try.
apple
Nice idea for a 2-player game. There's a bug where the lines you've said `running = False` don't affect the same `running` being referenced in your while loop, so the game hangs forever after it's completed. It's a matter of the "variable scope". Here's a RealPython article which might clear that up: https://realpython.com/python-scope-legb-rule/
mit-mit
Pretty straight forward game concept, was actually fairly fun to play with another person, but pretty hard to escape the red twin :) ... could maybe do with a bit of sounds and music? Good work!
aleksan149
an interesting idea. But the implementation was not impressed. Also, after the level, the game freezes with the inscription "Red win!"
MrTanoshii
I too wanted to make a multiplayer/coop game and was pleased to find this entry.
There was unfortunately not much gameplay/story
Krzysztof
I don't understand, red always wins. No instructions, move one guy with asdf and the other with keys.
Update: Saw the readme, unfortunately I do not have a P2 so I didn't get to experience the game for what it is meant to be. Instructions should have been included in the game.
Sorry I couldn't get pyperclip installed on Ubuntu. pip says "Failed building wheel" and it doesn't look like there's a pre-built version.