PW33 message for team snakedawg

I tried the zip and the git repo, following the instructions in README.md. Neither worked. There must be a step(s) missing or wrong assumptions about the environment.

The unzip and git clone work fine.

But there is no "play" command.

And "python src" fails,

Traceback (most recent call last):

  File "C:\Python39\lib\runpy.py", line 197, in _run_module_as_main

    return _run_code(code, main_globals, None,

  File "C:\Python39\lib\runpy.py", line 87, in _run_code

    exec(code, run_globals)

  File "...\snakedog-main\src\__main__.py", line 1, in <module>

    import run

ModuleNotFoundError: No module named 'run'

The above commands were run in a Windows CMD console, with and without a venv and "pip install -r requirements.txt".

Windows 10
Python 3.9.4
pygame 2.1.2

If you can get me over this hump, please, I'll go back and retry your game.