A text-based OOP adventure game built from Jesse Almarker's trilogy: Esoteric Psychology, Phobia, and The Green Apple.
This is a downloadable pygame desktop game — it isn't playable directly in the browser.
python3 -m venv .venv .venv/bin/pip install -e . .venv/bin/pip install pygame-ce .venv/bin/sin-of-fey-gui
Or clone the source and run ./run-gui.sh, which sets everything up automatically.