1 रिपॉजिटरी
Mechanisms that track attributes and knowledge across multiple game sessions or life cycles.
Distinguishing note: None of the candidates cover the concept of persistent progression across game restarts (meta-progression).
Explore 1 awesome GitHub repository matching game development · Meta-Progression Systems. Refine with filters or upvote what's useful.
lifeRestart is a life simulation game where players make sequential decisions that affect their character's future outcomes and final score. It utilizes a deterministic state machine and a stat-based character manager to track health, wealth, happiness, and relationships as they update dynamically based on in-game events. The simulation employs a seeded random number generator to ensure that identical sequences of player decisions produce reproducible outcomes. It features a reincarnation loop that allows players to start over after death, carrying over accumulated knowledge or meta-progressi
Tracks accumulated knowledge across multiple playthroughs to influence outcomes in subsequent life cycles.