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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesCharacter Stat Systems

Systems for tracking and balancing numerical character attributes that fluctuate based on in-game events.

Distinct from Item Stat Composition Systems: None of the candidates cover general character attribute management (health, wealth, etc.) in a game context.

Explore 4 awesome GitHub repositories matching game development · Character Stat Systems. Refine with filters or upvote what's useful.

Awesome Character Stat Systems GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • vickscarlet/liferestartVickScarlet का अवतार

    VickScarlet/lifeRestart

    10,403GitHub पर देखें↗

    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 and balances character attributes like health, wealth, and happiness in response to life events.

    JavaScript
    GitHub पर देखें↗10,403
  • wesnoth/wesnothwesnoth का अवतार

    wesnoth/wesnoth

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

    Battle for Wesnoth is an open-source turn-based strategy game set in a high fantasy world, built around hex-grid tactical combat. At its core, it is both a complete game and a game engine, offering single-player campaigns and multiplayer battles where players command faction-specific units across terrain that provides tactical advantages. The project is fundamentally a turn-based strategy game with a dedicated multiplayer platform, supporting online and local matches with replay recording and playback. What distinguishes Wesnoth is its deep commitment to custom content creation and modding. T

    Ships comprehensive unit advancement trees and stat references for all factions.

    C++fantasyfreegame
    GitHub पर देखें↗6,678
  • pathofbuildingcommunity/pathofbuildingPathOfBuildingCommunity का अवतार

    PathOfBuildingCommunity/PathOfBuilding

    5,290GitHub पर देखें↗

    PathOfBuilding is an offline build planner and character stat simulator for Path of Exile. It functions as a gear and skill modeler and a passive tree mapper to help users design characters by simulating combat statistics, passive skill trees, and gear combinations. The tool provides a simulation environment for testing item crafting outcomes and gem socket combinations to determine optimal loadouts. It also enables passive tree optimization by planning node allocations and jewel placements to maximize character power. The software covers character stat simulation for offensive and defensive

    Calculates detailed health and recovery breakdowns to evaluate character survivability.

    Luapathofbuildingpathofexilepob
    GitHub पर देखें↗5,290
  • warzone2100/warzone2100Warzone2100 का अवतार

    Warzone2100/warzone2100

    3,850GitHub पर देखें↗

    Warzone 2100 is an open-source real-time strategy game engine focused on tactical combat and base building. It operates as a real-time strategy game engine utilizing a data-driven asset pipeline and providing cross-platform support. The project features a modular unit design system that uses a technology tree to construct combat entities by combining chassis, propulsion, and weapon components. It includes a lockstep multiplayer network engine to synchronize game state across distributed clients for competitive matches, as well as a JavaScript game scripting framework for implementing custom l

    Provides a system for dynamically assembling combat units from modular chassis, propulsion, and weapon components.

    C++
    GitHub पर देखें↗3,850
  1. Home
  2. Game Development
  3. Character Stat Systems

सब-टैग एक्सप्लोर करें

  • Unit Advancement Trees1 सब-टैगVisual progression paths showing how units evolve through stat upgrades and class changes. **Distinct from Character Stat Systems:** Distinct from Character Stat Systems: focuses on predefined advancement trees and stat previews, not runtime attribute fluctuation.