diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/demands/default.yaml | 2 | ||||
-rw-r--r-- | data/demands/none.yaml | 15 | ||||
-rw-r--r-- | data/index.yaml | 16 | ||||
-rw-r--r-- | data/maps/5star.yaml | 16 | ||||
-rw-r--r-- | data/maps/bbq.yaml | 15 | ||||
-rw-r--r-- | data/maps/bus.yaml | 15 | ||||
-rw-r--r-- | data/maps/depot.yaml | 16 | ||||
-rw-r--r-- | data/maps/junior.yaml | 3 | ||||
-rw-r--r-- | data/maps/line.yaml | 15 | ||||
-rw-r--r-- | data/maps/lobby.yaml | 2 | ||||
-rw-r--r-- | data/maps/rivalry.yaml | 15 | ||||
-rw-r--r-- | data/maps/senior.yaml | 3 | ||||
-rw-r--r-- | data/maps/smallest.yaml | 15 | ||||
-rw-r--r-- | data/maps/sophomore.yaml | 3 | ||||
-rw-r--r-- | data/maps/station.yaml | 16 | ||||
-rw-r--r-- | data/maps/teeny.yaml | 15 | ||||
-rw-r--r-- | data/maps/test.yaml | 3 | ||||
-rw-r--r-- | data/maps/village.yaml | 16 | ||||
-rw-r--r-- | data/maps/zigzag.yaml | 15 | ||||
-rw-r--r-- | data/recipes/default.ts | 10 | ||||
-rw-r--r-- | data/recipes/none.ts | 17 |
21 files changed, 232 insertions, 11 deletions
diff --git a/data/demands/default.yaml b/data/demands/default.yaml index 26bbac09..fe7392f0 100644 --- a/data/demands/default.yaml +++ b/data/demands/default.yaml @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 metamuffin # # This program is free software: you can redistribute it and/or modify diff --git a/data/demands/none.yaml b/data/demands/none.yaml index e69de29b..3801ff95 100644 --- a/data/demands/none.yaml +++ b/data/demands/none.yaml @@ -0,0 +1,15 @@ +# Hurry Curry! - a game about cooking +# 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/>. +# diff --git a/data/index.yaml b/data/index.yaml index cacc6e60..baf96693 100644 --- a/data/index.yaml +++ b/data/index.yaml @@ -1,3 +1,19 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 metamuffin +# 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/>. +# demands: - none - default diff --git a/data/maps/5star.yaml b/data/maps/5star.yaml index 5ef9c931..1b8e3d3e 100644 --- a/data/maps/5star.yaml +++ b/data/maps/5star.yaml @@ -1,3 +1,19 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic +# Copyright 2024 nokoe +# +# 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/>. +# map: - "''''''''''''''''''''''''████████████████████''''''''''''" - "'''██▒███▒███▒███▒███▒███#LRTF#LRTF#pppppp#█======''''''" diff --git a/data/maps/bbq.yaml b/data/maps/bbq.yaml index 5f648e32..92c415d8 100644 --- a/data/maps/bbq.yaml +++ b/data/maps/bbq.yaml @@ -1,3 +1,18 @@ +# Hurry Curry! - 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/>. +# map: - "''''''''''''''''" - "''LL'TT''RR'FF''" diff --git a/data/maps/bus.yaml b/data/maps/bus.yaml index cfac1380..907bf900 100644 --- a/data/maps/bus.yaml +++ b/data/maps/bus.yaml @@ -1,3 +1,18 @@ +# Hurry Curry! - a game about cooking +# 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/>. +# map: - "''''''''''''''''''''" - "'███████c__c███████'" diff --git a/data/maps/depot.yaml b/data/maps/depot.yaml index 67122dd3..323843ff 100644 --- a/data/maps/depot.yaml +++ b/data/maps/depot.yaml @@ -1,3 +1,19 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic +# Copyright 2024 nokoe +# +# 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/>. +# map: - "'''''''''''''''''''''''''''''''''''''''''''''''" - "''██▒▒▒█▒▒▒▒█▒▒▒█████████████████''''''''''''''" diff --git a/data/maps/junior.yaml b/data/maps/junior.yaml index 768793a3..e925acfe 100644 --- a/data/maps/junior.yaml +++ b/data/maps/junior.yaml @@ -1,4 +1,5 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic # Copyright 2024 metamuffin # # This program is free software: you can redistribute it and/or modify diff --git a/data/maps/line.yaml b/data/maps/line.yaml index 1fe5bd99..225dc534 100644 --- a/data/maps/line.yaml +++ b/data/maps/line.yaml @@ -1,3 +1,18 @@ +# Hurry Curry! - 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/>. +# map: - "'''''''''''''''''''''''''''" - "''███████████████████████''" diff --git a/data/maps/lobby.yaml b/data/maps/lobby.yaml index b35d5839..1a727577 100644 --- a/data/maps/lobby.yaml +++ b/data/maps/lobby.yaml @@ -1,4 +1,4 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 metamuffin # # This program is free software: you can redistribute it and/or modify diff --git a/data/maps/rivalry.yaml b/data/maps/rivalry.yaml index e331b4b9..45ea06ba 100644 --- a/data/maps/rivalry.yaml +++ b/data/maps/rivalry.yaml @@ -1,3 +1,18 @@ +# Hurry Curry! - 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/>. +# map: - "'''''''''''______''''''''''''''" - "'''''''''''______''''''''''''''" diff --git a/data/maps/senior.yaml b/data/maps/senior.yaml index 88a1726c..7a92184e 100644 --- a/data/maps/senior.yaml +++ b/data/maps/senior.yaml @@ -1,4 +1,5 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic # Copyright 2024 metamuffin # # This program is free software: you can redistribute it and/or modify diff --git a/data/maps/smallest.yaml b/data/maps/smallest.yaml index 784a644f..9842212f 100644 --- a/data/maps/smallest.yaml +++ b/data/maps/smallest.yaml @@ -1,3 +1,18 @@ +# Hurry Curry! - 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/>. +# map: - "████████'" - "█oSCstc█X" diff --git a/data/maps/sophomore.yaml b/data/maps/sophomore.yaml index 7917fb05..62b5fca6 100644 --- a/data/maps/sophomore.yaml +++ b/data/maps/sophomore.yaml @@ -1,4 +1,5 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic # Copyright 2024 metamuffin # # This program is free software: you can redistribute it and/or modify diff --git a/data/maps/station.yaml b/data/maps/station.yaml index f346eaf5..db1510d4 100644 --- a/data/maps/station.yaml +++ b/data/maps/station.yaml @@ -1,3 +1,19 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 nokoe +# 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/>. +# map: - "''''''''''''''''''''''''" - "''''██▒▒███▒▒██▒▒██'''''" diff --git a/data/maps/teeny.yaml b/data/maps/teeny.yaml index e53333da..29ae7df7 100644 --- a/data/maps/teeny.yaml +++ b/data/maps/teeny.yaml @@ -1,3 +1,18 @@ +# Hurry Curry! - 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/>. +# map: - "''''''''_'''''''''''''''" - "'██████'_''''''''██████'" diff --git a/data/maps/test.yaml b/data/maps/test.yaml index ac43bb1d..17c958d1 100644 --- a/data/maps/test.yaml +++ b/data/maps/test.yaml @@ -1,5 +1,6 @@ -# Undercooked - a game about cooking +# Hurry Curry! - a game about cooking # Copyright 2024 metamuffin +# Copyright 2024 nokoe # # 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 diff --git a/data/maps/village.yaml b/data/maps/village.yaml index 9975e22b..8b9e5960 100644 --- a/data/maps/village.yaml +++ b/data/maps/village.yaml @@ -1,3 +1,19 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic +# Copyright 2024 nokoe +# +# 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/>. +# map: - "''''''''''''~_''''''''''''" - "''''''''''''__''''''''''''" diff --git a/data/maps/zigzag.yaml b/data/maps/zigzag.yaml index 56d974b3..66291e5c 100644 --- a/data/maps/zigzag.yaml +++ b/data/maps/zigzag.yaml @@ -1,3 +1,18 @@ +# Hurry Curry! - 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/>. +# map: - "''''''''''''''''''" - "'████████████████'" diff --git a/data/recipes/default.ts b/data/recipes/default.ts index db106e54..a7ccfd1d 100644 --- a/data/recipes/default.ts +++ b/data/recipes/default.ts @@ -1,19 +1,19 @@ /* - Undercooked - a game about cooking + Hurry Curry! - a game about cooking 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/>. - + */ //? Is is a good idea? Probably not. diff --git a/data/recipes/none.ts b/data/recipes/none.ts index 3338909f..ba2b48c4 100644 --- a/data/recipes/none.ts +++ b/data/recipes/none.ts @@ -1 +1,18 @@ +/* + Hurry Curry! - a game about cooking + 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/>. + +*/ // This scripts generates no recipes. Interesting, isn't it? |