Examples tagged with game

Select an example to explore it in the playground.

Beginner - Introductory Models

Gacha Box

Simulates drawing items from a gacha box with configurable drop rates and a pity system.

Level: Beginner

stochasticgamerandom

  • Probes: count_common, count_rare, count_ultra, spent
Intermediate - Classic Dynamics

Dynamic Difficulty Adjustment

Adaptive encounters that track win rate to keep players challenged.

Level: Intermediate

gameplayreinforcing-loopbalancing-loopadaptivegame

  • Stocks: skill, difficulty, retention
  • Flows: practice gains, difficulty adaptation
  • Feedback Loops: skill improvement (reinforcing), challenge tuning (balancing)
  • Probes: skill, difficulty, win_rate, frustration, retention

Matchmaking Queue

Simulates skill-based matchmaking with adjustable buckets, skill delta and max wait.

Level: Intermediate

matchmakingqueuegamefairness

  • Probes: queue_len, avg_wait, avg_delta
Advanced - Complex Simulations