Files
daemon-decider/README.md
T

54 lines
2.1 KiB
Markdown
Raw Normal View History

# Daemon Decider
> *"What's your daemon?"*
A single-page quiz inspired by **His Dark Materials** by Philip Pullman that reveals the form of your daemon — the living companion of your soul.
## About
In Pullman's world, every person has a daemon: a physical manifestation of their inner self that appears as an animal. The form a daemon takes is deeply significant — it reflects everything the person is inside, and the bond between a person and their daemon is absolute and inseparable.
2026-04-23 22:27:15 +00:00
This quiz asks **14 questions** designed to tease out archetypes that map onto **14 possible daemon forms**:
| Daemon | Archetype |
|--------|-----------|
| 🦁 Lion | Strength, leadership, untamed spirit |
| 🦅 Eagle | Vision, freedom, rare perspective |
| 🐆 Black Panther | Quiet power, mystery, stealth |
| 🦉 Owl | Ancient wisdom, patience, observation |
2026-04-23 22:27:15 +00:00
| 🐺 Wolf | Fierce loyalty, wilderness, pack bonds |
| 🦊 Fox | Cleverness, adaptability, survival |
2026-04-23 22:27:15 +00:00
| 🦡 Badger | Resilience, independence, determination |
| 🐍 Snake | Transformation, change, evolution |
2026-04-23 22:27:15 +00:00
| 🐱 Cat | Gentle heart, empathy, quiet fortitude |
| 🐬 Dolphin | Intelligence, joy, emotional connection |
| 🕷️ Spider | Methodical patience, invisible connections |
| 🐯 Tiger | Hidden fire, beauty edged with danger |
| 🦌 Stag | Quiet nobility, gentle leadership |
| 🐻 Bear | Raw earth-power, endurance, depth |
## Running
This is a single `index.html` file — no build step, no dependencies. Serve it from any static HTTP server:
```bash
# Python
python3 -m http.server 8080
# Node
npx serve .
# Ruby
ruby -run -e httpd . -p 8080
```
Then open `http://localhost:8080`.
## Design
2026-04-23 22:27:15 +00:00
The aesthetic is inspired by the northern atmosphere of *Northern Lights* — dark backgrounds, aurora borealis-like animations, and gold accents drawn from the alethiometer's needle and dials. Uses Cinzel Decorative + Cinzel + Cormorant Garamond from Google Fonts for typography, with a hand-drawn alethiometer SVG as the hero icon.
## License
Fan-made quiz. Not affiliated with Philip Pullman, Viking Press, or any official production.