## TL;DR

Game balance ensures fair, engaging gameplay where multiple strategies are viable and challenge scales appropriately. Balance types: player-vs-player (character/weapon balance), progression (level curves), economy (currency sinks/sources), difficulty (dynamic difficulty adjustment). Poor balance = one dominant strategy, exploitable loopholes.

## Core Explanation

Balance techniques: data-driven (telemetry, win rates), simulation (Monte Carlo, thousands of AI matches), spreadsheet modeling (Excel/Google Sheets). Power curve: player power vs. game progression — typically exponential. Feedback loops: positive (snowball, winner gets stronger) vs. negative (rubber-banding, catch-up mechanics). Rock-Paper-Scissors creates strategic variety.

## Further Reading

- [undefined](undefined)