PyWeek - aaaaAAAA - feedback

Fun 3 Prod 5 Inno 4

DR0ID

It feels unfinished. And the rules where not clear to me at first. And even after a few tries I still get the feeling to not have understood the rules. Not sure why I got a 'game over'. And after that I could still play and somewhat recover from it (cool! not sure if it was indented).

Oh, and don't use strange packaging systems. pip does fine for dependencies.

Fun 2 Prod 5 Inno 4

PyTM30

It looks and sounds great but I can't figure out the gameplay, I seem to be following the rules and everything is fine then it just catastrophically pollutes. Also the settings don't seem to be available.

Fun 1 Prod 3 Inno 4

yanigisawa

I could not figure out what I should be doing with the buttons. The ducks were too small to be able to see what "type" of duck they were and whether they should be allowed or not.

Also, a couple times I played I got the Game Over sign and i could still press buttons, and the game kind of reset, at least the Game Over sign was hidden. Potentially this is a bug in the procedural generation?

It's an interesting idea with nice graphics, but I was completely lost and the game seemed buggy to me.

Fun 3 Prod 3 Inno 4

Green_boyY

I like my duck as i like my chicke, roasted in a pool of lava.

Fun 1 Prod 3 Inno 2

MasterPice

interesting game

are the settings working?
i am missing a small how to

Fun 1 Prod 4 Inno 2

Matthgeek

Great graphics, but I couldn't understand how anything worked. When could I annihilate ducks? Why did I get duck-rolled? Just very confusing.

Fun 3 Prod 5 Inno 5

doodletaco

Although I had difficulty with actually playing the game, it was still quite fun. And the ducky generator is amazing. I love it.

Did not work

speedlimit35

I'm not too sure on how to run the game. First I did python3 run_game.py and got:

/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: No module named aaaaAAAA

After that, I installed poetry with brew install poetry and tried running the game again with the command in the readme: poetry run task start and got this:

Creating virtualenv aaaaaaaa-Cnl4Eyaq-py3.9 in /Library/Caches/pypoetry/virtualenvs

FileNotFoundError

[Errno 2] No such file or directory

at /usr/local/Cellar/python@3.9/3.9.2_4/Frameworks/Python.framework/Versions/3.9/lib/python3.9/os.py:607 in _execvpe
603│ path_list = map(fsencode, path_list)
604│ for dir in path_list:
605│ fullname = path.join(dir, file)
606│ try:
→ 607│ exec_func(fullname, *argrest)
608│ except (FileNotFoundError, NotADirectoryError) as e:
609│ last_exc = e
610│ except OSError as e:
611│ last_exc = e