Like what the hell, the 3d graphics, animation, it’s all insane! I love the “cutscenes” where you move from room to room. It’s a shame it doesn’t come with a pyproject.toml / requirements.txt file, but I guess since pygame-ce is the only requirement it’s not a big deal.
$ python3 -m venv venv
$ . venv/bin/activate
$ pip install pygame-ce
$ python main.py
For those who come after
A quick reminder, an unsolicited advice if you want, you don’t want to install pygame-ce to your system packages, always use a venv.