Skip to content

Patterns Slay the Spire exemplifies

PatternHow Spire uses it
subtractive-deckbuildingPower lives in removing weak cards, not adding strong ones. Inverts traditional deckbuilders.
card-draft-with-skipPost-fight reward = pick 1 of 3 or skip. Skipping has real value because thin decks are stronger.
branching-dag-mapProcedural map with partial-info path planning; player commits to a route at the start of each act.
tight-energy-budget3 energy / 5 cards forces hard prioritization every turn.
expiring-blockDefense doesn't accumulate across turns. Forecast every turn separately.
enemy-intent-telegraphEnemies signal next action visibly. Combat = optimization puzzle, not RNG fight.
rule-breaking-relicsEach relic adds a small modifier that warps a run's identity. Hundreds of relics → hundreds of run flavors.
bonus-with-drawbackBoss relics (and many uncommon relics) pair upside with a real cost. Forces commit.
cumulative-modifier-staircase20 stacking single-lesson modifiers, not a slider. Now a genre-standard pattern.
meta-as-variety-not-powerUnlocks expand the space, never raise base stats. Run integrity preserved.
orthogonal-class-designEach character is a different system stack on top of the same combat shell, not a stat reskin.
shared-seed-dailySame seed for everyone today; leaderboard reveals skill. Low cost, high engagement.
metrics-driven-balancePatches driven by win-rate / pick-rate telemetry, not vibes.
pity-system-anti-streakHidden counters bias rare drops upward when unlucky; smooths feel-bad runs.
handcrafted-pcg-hybridHand-authored content + procedurally arranged map.

Released under the MIT License.