👉 Try this game at this link 👈
-
Python & Virtual Env
- Run this command
Windows:
python -m venv .venv; .venv\Scripts\Activate.ps1
Mac OS:
python3 -m venv .venv && source .venv/bin/activate
-
poetry
- Install poetry following this link
- Install project dependencies
poetry install
-
run the app
- Run this command
poetry run app