aboutsummaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
Diffstat (limited to 'specs')
-rw-r--r--specs/00.Introduction.md18
-rw-r--r--specs/01.GameLoopSummary.md17
-rw-r--r--specs/02.Sections.md17
-rw-r--r--specs/03.Mechanics.md17
-rw-r--r--specs/04.GameSetup.md17
-rw-r--r--specs/05.Round.md17
-rw-r--r--specs/06.Demand.md17
-rw-r--r--specs/07.Service.md17
-rw-r--r--specs/08.Items.md17
-rw-r--r--specs/09.UnlocksUpgrades.md17
-rw-r--r--specs/10.HUD.md17
11 files changed, 188 insertions, 0 deletions
diff --git a/specs/00.Introduction.md b/specs/00.Introduction.md
index c6d803fc..d5be029a 100644
--- a/specs/00.Introduction.md
+++ b/specs/00.Introduction.md
@@ -1,3 +1,21 @@
+<!--
+ Undercooked - a game about cooking
+ Copyright 2024 Sofviic
+ Copyright 2024 metamuffin
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, version 3 of the License only.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+-->
# Undercooked
A cooperative fast-paced game about running a restaurant together.
diff --git a/specs/01.GameLoopSummary.md b/specs/01.GameLoopSummary.md
index e7c07597..682b39c0 100644
--- a/specs/01.GameLoopSummary.md
+++ b/specs/01.GameLoopSummary.md
@@ -1,3 +1,20 @@
+<!--
+ Undercooked - a game about cooking
+ Copyright 2024 Sofviic
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, version 3 of the License only.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+-->
# Game Loop Summary
A game starts, you and friends are given basic starting supplies with sufficent amount for a small first day.
diff --git a/specs/02.Sections.md b/specs/02.Sections.md
index 8b8e26d6..8f643b10 100644
--- a/specs/02.Sections.md
+++ b/specs/02.Sections.md
@@ -1,3 +1,20 @@
+<!--
+ Undercooked - a game about cooking
+ Copyright 2024 Sofviic
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, version 3 of the License only.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+-->
# Sections
### 00. Introduction
diff --git a/specs/03.Mechanics.md b/specs/03.Mechanics.md
index c6e50360..2a27effd 100644
--- a/specs/03.Mechanics.md
+++ b/specs/03.Mechanics.md
@@ -1,3 +1,20 @@
+<!--
+ Undercooked - a game about cooking
+ Copyright 2024 Sofviic
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, version 3 of the License only.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+-->
# Mechanics
## 01. Grid
diff --git a/specs/04.GameSetup.md b/specs/04.GameSetup.md
index 55b0f6b8..dfc08253 100644
--- a/specs/04.GameSetup.md
+++ b/specs/04.GameSetup.md
@@ -1,3 +1,20 @@
+<!--
+ Undercooked - a game about cooking
+ Copyright 2024 Sofviic
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, version 3 of the License only.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+-->
# Game Setup
## Restaurant
diff --git a/specs/05.Round.md b/specs/05.Round.md
index 593ff6c3..525f5e63 100644
--- a/specs/05.Round.md
+++ b/specs/05.Round.md
@@ -1,3 +1,20 @@
+<!--
+ Undercooked - a game about cooking
+ Copyright 2024 Sofviic
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, version 3 of the License only.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+-->
# Pre Round
!TODO
diff --git a/specs/06.Demand.md b/specs/06.Demand.md
index bd8d5dcd..fd4ce295 100644
--- a/specs/06.Demand.md
+++ b/specs/06.Demand.md
@@ -1,3 +1,20 @@
+<!--
+ Undercooked - a game about cooking
+ Copyright 2024 Sofviic
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, version 3 of the License only.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+-->
# Demand
Every tick(?TODO: specify further), a probability is sampled from [the demand equation](#the-demand-equation),
diff --git a/specs/07.Service.md b/specs/07.Service.md
index c9c5e030..12640f67 100644
--- a/specs/07.Service.md
+++ b/specs/07.Service.md
@@ -1,2 +1,19 @@
+<!--
+ Undercooked - a game about cooking
+ Copyright 2024 Sofviic
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, version 3 of the License only.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+-->
# Service
!TODO
diff --git a/specs/08.Items.md b/specs/08.Items.md
index f99c3cba..185d63d5 100644
--- a/specs/08.Items.md
+++ b/specs/08.Items.md
@@ -1,2 +1,19 @@
+<!--
+ Undercooked - a game about cooking
+ Copyright 2024 Sofviic
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, version 3 of the License only.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+-->
# Items
!TODO
diff --git a/specs/09.UnlocksUpgrades.md b/specs/09.UnlocksUpgrades.md
index 9ee68ac8..1819bb42 100644
--- a/specs/09.UnlocksUpgrades.md
+++ b/specs/09.UnlocksUpgrades.md
@@ -1,2 +1,19 @@
+<!--
+ Undercooked - a game about cooking
+ Copyright 2024 Sofviic
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, version 3 of the License only.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+-->
# Unlocks/Upgrades
!TODO
diff --git a/specs/10.HUD.md b/specs/10.HUD.md
index ebe1e09e..6354006e 100644
--- a/specs/10.HUD.md
+++ b/specs/10.HUD.md
@@ -1,2 +1,19 @@
+<!--
+ Undercooked - a game about cooking
+ Copyright 2024 Sofviic
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, version 3 of the License only.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+
+-->
# HUD
!TODO