awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesSimulation Loops

Control cycles that process simulation events to update state across a chronological timeline.

Distinct from Event-Driven Architectures: Focuses on simulation state progression rather than general reactive system architectures.

Explore 1 awesome GitHub repository matching software engineering & architecture · Simulation Loops. Refine with filters or upvote what's useful.

Awesome Simulation Loops GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • vickscarlet/liferestartالصورة الرمزية لـ VickScarlet

    VickScarlet/lifeRestart

    10,403عرض على GitHub↗

    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

    Processes user decisions as events that trigger state changes across multiple character domains in a sequential timeline.

    JavaScript
    عرض على GitHub↗10,403
  1. Home
  2. Software Engineering & Architecture
  3. Event-Driven Architectures
  4. Simulation Loops