My attempt at creating a 2D, maybe 3D ski resort tycoon game, using the Arcade library.
python3.11 -m venv venvsource venv/bin/activatepip install -r requirements.txtIf you're on a mac, you'll also need PyObjC
pip install pyobjcpre-commit install
pre-commit install --hook-type commit-msg