Voight-Kampff meets ChatGPT. A game where you interview an android and make your verdict on whether or not they are dangerous.
Inspired by Philip K. Dick's novel Do Androids Dream of Electric Sheep? and the board game Inhuman Condition.
.devcontainer/.env.example
to .devcontainer/.env
and provide an OpenAI API keycargo run
cd site && npm run watch
to rebuild static sitediesel migration run
or diesel migration redo
To run the migration to fly.io
fly proxy 5432 -a electric-sheep-db
env DATABASE_URL=postgres://electric_sheep:<password>@host.docker.internal:5432/electric_sheep diesel migration run
diesel print-schema > src/schema.rs
Avatars are generated with Stable Diffusion prompt android, portrait, simple shapes, vector art, cyberpunk, blade runner, papers please, cultist simulator
.