II.
LibraryProcess overview
Reference · livelib-process:game-development--game-balance-economy
specializations/game-development/game-balance-economy overview
Game Balance and Economy Design Process - Design and tune game economy, progression systems, and balance through systematic modeling, simulation, balance testing, data analytics, and iterative refinement to create fair, engaging, and sustainable game systems.
Attributes
displayName
specializations/game-development/game-balance-economy
description
Game Balance and Economy Design Process - Design and tune game economy, progression systems, and balance
through systematic modeling, simulation, balance testing, data analytics, and iterative refinement to create
fair, engaging, and sustainable game systems.
libraryPath
library/specializations/game-development/game-balance-economy.js
specialization
game-development
references
- Game Balance by Ian Schreiber
- - Machinations: A Diagramming Tool for Game System Design
- - Game Mechanics: Advanced Game Design by Ernest Adams
example
const result = await orchestrate('specializations/game-development/game-balance-economy', {
gameName: 'Stellar Odyssey',
economyType: 'dual-currency',
progressionSystems: ['character-levels', 'equipment-tiers', 'skill-trees'],
balanceTargets: { sessionLength: '30min', progressionPace: 'medium', difficultyScaling: 'adaptive' }
});
usesAgents
- economy-designer-agent
- systems-designer-agent
- balance-tester-agent
- technical-documentation-agent
Outgoing edges
lib_applies_to_domain1
- domain:gaming·DomainGaming
lib_belongs_to_specialization1
- specialization:game-development·Specialization
lib_implements_workflow2
- workflow:game-prototype-iteration·WorkflowGame Prototype Iteration
- workflow:playtesting-feedback-loop·WorkflowPlaytesting Feedback Loop
lib_involves_role1
- role:game-developer·RoleGame Developer
lib_requires_skill_area2
- skill-area:game-engine-development·SkillAreaGame Engine Development
- skill-area:gameplay-programming·SkillAreaGameplay Programming
Incoming edges
None.