diff options
author | Sofviic <sofviic1993@gmail.com> | 2024-06-18 11:45:46 +0300 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:21:22 +0200 |
commit | 753a853faefe1d9518c895c22f1a2895183949e1 (patch) | |
tree | 502d6b43898e3c84c50ef3b22508f98fbc638483 /specs/02.Sections.md | |
parent | b0b37da40d2c737e37d47de97aef19bd6494e228 (diff) | |
download | hurrycurry-753a853faefe1d9518c895c22f1a2895183949e1.tar hurrycurry-753a853faefe1d9518c895c22f1a2895183949e1.tar.bz2 hurrycurry-753a853faefe1d9518c895c22f1a2895183949e1.tar.zst |
game design document; not fully still TODO
Diffstat (limited to 'specs/02.Sections.md')
-rw-r--r-- | specs/02.Sections.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/specs/02.Sections.md b/specs/02.Sections.md new file mode 100644 index 00000000..43cc3f43 --- /dev/null +++ b/specs/02.Sections.md @@ -0,0 +1,29 @@ +# Sections
+
+### 01. Game Loop Summary
+Short summary of how the game works from the player's prespective.
+### 02. Sections
+Short summary of the different sections of this design document. (You are here)
+### 03. Mechanics
+Short summary of each of the different mechanics of the game.
+### 04. Game Setup
+Intial game setup at the start of a new game.
+### 05. Game Loop
+The game loop of the game.
+### 05.a. Pre Round
+Everything that happens before opening.
+### 05.b. Round
+Everything that happens during a day.
+### 05.c. Post Round
+Everything that happens after closing.
+### 06. Demand
+Details of the computation of the customers' group traffic & size and demand scaling.
+### 07. Service
+Details of how customers behave.
+### 08. Items
+Details of all items: raw, meals, inbetweens, & their pipelines with flow graphs.
+### 09. Unlocks/Upgrades
+Details of all the stuff that is locked and can be unlocked during the course of a game.
+### 10. HUD
+Visual elements of the screen.
+
|