The Sin of Fey

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.

Download the game (.zip)

Run the pygame version

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.

← Back to games