awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
VickScarlet avatar

VickScarlet/lifeRestart

0
View on GitHub↗
10,403 स्टार्स·2,340 फोर्क्स·JavaScript·MIT·12 व्यूज़liferestart.syaro.io↗

LifeRestart

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-progression to improve results in subsequent life cycles.

The project covers branching narrative gameplay and random event generation, using a weighted probability matrix to create divergent life paths. It manages character progression through a turn-based decision loop and a stateful timeline model, concluding each simulation with a score-aggregation engine that weights various character attributes.

Features

  • Life Simulation Games - Provides an interactive simulation of a lifetime where decisions determine character statistics and final outcomes.
  • Branching Narrative Design - Implements a design where player choices lead to divergent story paths and character development.
  • Branching Storylines - Provides narrative structures that evolve and branch based on player decisions and character state.
  • Simulation Games - Provides a simulation game where players manage a complex system representing a human life.
  • Character Stat Systems - Tracks and balances character attributes like health, wealth, and happiness in response to life events.
  • Turn-Based Loops - Uses a turn-based loop to synchronize simulation updates with discrete player decisions.
  • Attribute-Based Frameworks - Manages character attributes like intelligence and happiness through a data-driven attribute system.
  • Random Number Generator Seeding - Uses seed values to initialize random number generators, ensuring identical decision paths yield reproducible outcomes.
  • Chronological Life Tracking - Maintains a persistent state machine that tracks chronological milestones and attributes across the character's entire life.
  • Simulation Engines - Implements an event-driven architecture to simulate deterministic life-cycle processes and state changes.
  • Simulation Loops - Processes user decisions as events that trigger state changes across multiple character domains in a sequential timeline.
  • Deterministic State Transitions - Utilizes a state machine that guarantees identical outcomes given the same sequence of player decisions.
  • Weighted Score Aggregators - Calculates final life outcomes by aggregating weighted contributions from multiple character attributes.
  • Gameplay Loop Simulators - Simulates the core behavioral logic of repeating a life cycle through a structured gameplay loop.
  • Meta-Progression Systems - Tracks accumulated knowledge across multiple playthroughs to influence outcomes in subsequent life cycles.
  • Random Number Generation - Generates unpredictable life events using pseudo-random values to alter the character's trajectory.
  • Reincarnation Loops - Implements a loop allowing players to restart after death with accumulated knowledge for better outcomes.
  • Meta-Progression Systems - Provides a reincarnation loop that enables meta-progression by carrying over knowledge to subsequent lives.
  • Weighted Probability Matrices - Evaluates decision outcomes against a matrix of weighted probabilities to generate divergent life paths.
  • Deterministic Simulation Workflows - Uses seeded random generation to exactly recreate sequences of events for deterministic simulation and debugging.

स्टार हिस्ट्री

vickscarlet/liferestart के लिए स्टार हिस्ट्री चार्टvickscarlet/liferestart के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

vickscarlet/liferestart क्या करता है?

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.

vickscarlet/liferestart की मुख्य विशेषताएं क्या हैं?

vickscarlet/liferestart की मुख्य विशेषताएं हैं: Life Simulation Games, Branching Narrative Design, Branching Storylines, Simulation Games, Character Stat Systems, Turn-Based Loops, Attribute-Based Frameworks, Random Number Generator Seeding।

vickscarlet/liferestart के कुछ ओपन-सोर्स विकल्प क्या हैं?

vickscarlet/liferestart के ओपन-सोर्स विकल्पों में शामिल हैं: coding-horror/basic-computer-games — This project is a programming education resource and a collection of vintage game ports. It provides a library of… inkle/ink — Ink is an interactive narrative scripting language, a JSON narrative compiler, and a narrative engine runtime. It… narcooo/inkos — Inkos is an automated fiction pipeline and interactive narrative engine designed for generating novels, scripts, and… renpy/renpy — Ren'Py is a cross-platform game engine and interactive storytelling tool built around a Python-based scripting engine.… carp-lang/carp — Carp is a statically typed Lisp compiler that compiles Lisp-like syntax directly to C source code, enabling seamless… chancejs/chancejs — Chance is a JavaScript library for generating random data, designed to produce realistic test data for automated tests…

LifeRestart के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो LifeRestart के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • inkle/inkinkle का अवतार

    inkle/ink

    4,817GitHub पर देखें↗

    Ink is an interactive narrative scripting language, a JSON narrative compiler, and a narrative engine runtime. It provides a specialized toolset for authoring non-linear stories and complex branching dialogue systems, allowing developers to manage game state and deliver interactive text to a user interface. The system transforms raw scripts into a machine-readable JSON bytecode format to optimize execution within external game engines. It distinguishes itself through advanced state management, including the ability to serialize story progress into snapshots and maintain concurrent story conte

    C#
    GitHub पर देखें↗4,817
  • coding-horror/basic-computer-gamescoding-horror का अवतार

    coding-horror/basic-computer-games

    11,073GitHub पर देखें↗

    This project is a programming education resource and a collection of vintage game ports. It provides a library of classic computer game implementations and algorithmic problems translated into modern memory-safe scripting languages for educational study and execution. The collection focuses on the implementation of game logic and the practice of fundamental computer science algorithms. It includes diverse examples of procedural content generation, such as random mazes and text-based art, alongside mathematical visualizations. The project covers a wide array of simulation categories, includin

    C#basicbasic-computer-gamesclassic-game
    GitHub पर देखें↗11,073
  • narcooo/inkosNarcooo का अवतार

    Narcooo/inkos

    7,296GitHub पर देखें↗

    Inkos is an automated fiction pipeline and interactive narrative engine designed for generating novels, scripts, and interactive games. It employs a multi-stage writing workflow that manages long-form narrative memory through a database-backed system to prevent context drift and maintain character and world consistency. The system distinguishes itself through a style-fingerprinting engine that extracts linguistic patterns from reference texts to mimic specific authorial voices and refine AI prose. It utilizes a role-based model routing system to assign different language models to specific ta

    TypeScriptagentaiai-agent
    GitHub पर देखें↗7,296
  • renpy/renpyrenpy का अवतार

    renpy/renpy

    6,549GitHub पर देखें↗

    Ren'Py is a cross-platform game engine and interactive storytelling tool built around a Python-based scripting engine. It is designed for creating visual novels and branching narrative games, where player choices determine story paths and character interactions. The engine provides a complete development framework for building narrative-driven experiences, from simple dialogue trees to complex life simulation games. The engine distinguishes itself through a comprehensive set of integrated systems that handle the full lifecycle of interactive storytelling. Its script-based story engine compile

    Ren'Pyenginegamenovel
    GitHub पर देखें↗6,549
LifeRestart के सभी 30 विकल्प देखें→