The concept for Entropic Village draws inspiration from fundamental physics: the second law of thermodynamics and the probabilistic nature of quantum mechanics.
Thermodynamics tells us that systems tend towards higher entropy, or greater disorder. Yet, within this tendency, localized order can still emerge due to constraints. Similarly, quantum mechanics describes particles existing in a "superposition" of uncertain states until an observation, or collapse, forces a single definite outcome.
Wave Function Collapse (WFC), the algorithm driving this simulation, takes its name from this quantum principle. Originally used in procedural generation for tasks like creating tile maps or architectural layouts, WFC works by resolving ambiguity into a coherent structure based on local rules.
In Entropic Village, we adapt this algorithm to the realm of narrative. Instead of generating textures, it collapses a vast potential of social connections into a dynamic, emergent mythology. The simulation produces a world populated by villagers, each defined by procedurally generated relationships, intricate influence networks, and a traceable history.
Entropic Village uses an adapted application of the Wave Function Collapse (WFC) algorithm to generate an emergent social network.
This method allows influence to be traced through the network – revealing how decisions and relationships can create ripple effects across the village.
At its heart, Entropic Village employs Wave Function Collapse, a constraint-propagation algorithm that transforms uncertainty into defined structure. While traditionally used for visual generation tasks like textures or level design, here it's applied to resolve social ambiguity.
Every villager starts in a state analogous to quantum superposition, where any relationship with any other villager is potentially valid. WFC systematically collapses these possibilities based on predefined rules and the relationships already established. This process cultivates a unique social fabric in every simulation, rich with inherent stories, potential conflicts, and alliances.
This simulation offers more than standard procedural content generation. It explores:
Imagine tracing an event like “Why did Mira burn the shrine?” You could potentially follow the chain of influence back through multiple villagers via their established relationships—even connecting individuals who never directly interacted.
Planned enhancements and potential areas for future development include:
Entropic Village explores the fascinating intersection of:
This project is more than just a technical demonstration. It represents a novel approach to storytelling, simulation design, and interactive myth-making, offering a glimpse into new ways of generating dynamic and meaningful virtual worlds.
This simulation successfully generates a fully-connected social graph driven by the principles of entropy reduction via WFC.
Below is a visualization of a procedurally generated village network (50+ villagers). Edges indicate relationships determined by the Wave Function Collapse process.
A snippet showing some of the specific relationships established during a simulation run:
Onyx ↔ Parker = Sibling Onyx ↔ Marlow = Friend Onyx ↔ Hollis = Sibling Onyx ↔ Lane = Mentor Onyx ↔ Gray = Mentor Onyx ↔ Reese = Sibling Onyx ↔ Storm = Parent Onyx ↔ Tory = Friend Onyx ↔ Toni = Sibling Onyx ↔ Basil = Mentor Onyx ↔ Ira = Parent Onyx ↔ Briar = Mentor Onyx ↔ Perry = Sibling Onyx ↔ Wynn = Sibling Onyx ↔ Phoenix = Friend Onyx ↔ Rafe = Parent Onyx ↔ Noa = Parent Onyx ↔ Pax = Mentor Onyx ↔ Robin = Mentor Onyx ↔ Rumi = Friend Onyx ↔ Arden = Sibling Onyx ↔ Leif = Friend Onyx ↔ Jules = Parent Onyx ↔ Quill = Sibling ...
The full graph data is typically exported to a Graphviz file (e.g., village.dot