Pondhouse rules

Here's a gif that shows off some of the new pondhouse rules we've got working.



(log in to comment)

Comments

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


Can you please tell me how I should run your game?