docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -6,7 +6,7 @@ tags: [GameDesign, AI, DDA, Experience]
last_reinforced: 2026-04-20
---
# [[Dynamic Difficulty Adjustment (DDA)]] (동적 난이도 조절)
# [[Dynamic Difficulty Adjustment (DDA)|Dynamic Difficulty Adjustment (DDA)]] (동적 난이도 조절)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "플레이어의 실력에 맞춰 실시간으로 변하는 '보이지 않는 손'." 유저가 지루해하거나 좌절하지 않도록 게임의 난이도를 실시간으로 조정하여 몰입(Flow) 상태를 유지시키는 기술이다.
@@ -24,5 +24,5 @@ last_reinforced: 2026-04-20
- DDA가 너무 노골적이면 플레이어는 자신의 노력이 무의미하다고 느끼거나(의욕 상실), 일부러 못하는 척하여 시스템을 기만하려 할 수 있다. 따라서 '조작된 난이도'라는 인상을 주지 않도록 정교하고 은밀한 설계가 필수적이다.
## 🔗 지식 연결 (Graph)
- Related: [[Flow-State]] , [[Artificial-Intelligence-in-Games]]
- Related: [[Flow-State|Flow-State]] , [[Artificial-Intelligence-in-Games|Artificial-Intelligence-in-Games]]
- Concept: Player-Agency