From 12ecbe37e7fe1f68be1f9b9e69595d0baa2ee987 Mon Sep 17 00:00:00 2001 From: Sofviic Date: Tue, 18 Jun 2024 13:50:50 +0300 Subject: game design document; 6 demand --- specs/04.GameSetup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'specs/04.GameSetup.md') diff --git a/specs/04.GameSetup.md b/specs/04.GameSetup.md index be69bc36..55b0f6b8 100644 --- a/specs/04.GameSetup.md +++ b/specs/04.GameSetup.md @@ -34,13 +34,13 @@ With the restaurant in this form ## Demand -Check the [Demand section](05) for more info on what this means. +Check the [Demand section](06.Demand.md) for more info on what this means. Demand scale starts at 0%. (from -50% to +50%) Demand graph starts at offset 9 hours. -$$\sin\left(3\sin\frac{\left(x+o\right)}{2}\right)+1$$ +$$\sin\left(3\sin\frac{\left(hour+offset\right)}{2}\right)+1$$ ```c -demand = sin(3*sin((x+offset)/2))+1 +demand = sin(3*sin((hour+offset)/2))+1 ``` -- cgit v1.2.3-70-g09d2