PyWeek - pythonk - feedback

Fun 3 Prod 4 Inno 4

DR0ID

Nice menu, nice level selection.
Clever levels.
I think this is the almost finished version of 'SnakeDawg'.
Thanks for your time.

Fun 3 Prod 4 Inno 4

RicBin

Fun game, but the menu is very confusing, I thought I was a loading screen, after repeating the same level twice I realise it was the level select menu.

Did not work

speedlimit35

I followed the README and installed all the packages but I got this error.

Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/anaconda3/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "src/__main__.py", line 1, in <module>
import run
File "src/run.py", line 3, in <module>
from game import Game
File "src/game/__init__.py", line 7, in <module>
import scenes
File "src/scenes/__init__.py", line 1, in <module>
from .game_scene import GameScene
File "src/scenes/game_scene.py", line 5, in <module>
from render import WorldRender
File "src/render/__init__.py", line 8, in <module>
from engine import World
File "src/engine/__init__.py", line 1, in <module>
from . import world
File "src/engine/world.py", line 13, in <module>
from managers import images, sfx
File "src/managers/__init__.py", line 3, in <module>
images = ImageManager("resources/images", "fallback.png")
File "src/managers/manager.py", line 186, in __init__
super().__init__(
File "src/managers/manager.py", line 39, in __init__
ResourceManager(
File "src/managers/manager.py", line 39, in __init__
ResourceManager(
File "src/managers/manager.py", line 53, in __init__
raise Exception(
Exception: resources/images/sprites/timepieces -> part already exists. perhaps there is already a folder named part in this directory

Did not work

aleksan149

"Couldn't find ffmpeg or avconv"

Did not work

apple

Exception: resources/images/sprites/timepieces -> part already exists. perhaps there is already a folder named part in this directory

I couldn't get the game to work. It looked fun and I was looking forward to playing it :(

Fun 2 Prod 4 Inno 4

MrTanoshii

Nice art, audio and game mechanic!