From 0eb22020e380643ec5cd2c12f983403c2dd3b751 Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Tue, 18 Jan 2022 18:04:34 +0100 Subject: load map gui & start doc balance --- docs/balance.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/balance.md (limited to 'docs/balance.md') diff --git a/docs/balance.md b/docs/balance.md new file mode 100644 index 0000000..ee6572b --- /dev/null +++ b/docs/balance.md @@ -0,0 +1,9 @@ +# balance + +### turret stats +How strong is a turret compared to another? Are there trivial winning strategies? + +### random wave generation: +A wave is generated based on a lives budget, which is a function of the wave number. Tuning that function changes the difficulty of the game. + +The current function is `hp_budget = pow((x + 10), 2.7) * 1.8 - 850` -- cgit v1.2.3-54-g00ecf