Practice free →
Home › Per Mike Acton + Gregory, DATA-DRIVEN design mea…

Per Mike Acton + Gregory, DATA-DRIVEN design means game tunables live in which kind of file rather than code?

AHard-coded constants compiled into the binary only
BComments only with no programmatic effect
CData tables / JSON / spreadsheets editable by designers
DRuntime command-line flags reset every restart
Answer & Solution
Correct answer: C. Data tables / JSON / spreadsheets editable by designers
Gregory Ch. 14 (Gameplay) + Acton GDC: separate the WHAT (data: stats, weapons, spawn tables) from the HOW (code: rules). Designers iterate without recompiling.
Solve this in the app — Practice practice & 24k+ MCQs →
Related questions