diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | data/maps/conveyors_dot_com.yaml | 104 | ||||
-rw-r--r-- | data/maps/depot.yaml | 101 | ||||
-rw-r--r-- | data/maps/factory.yaml | 97 | ||||
-rw-r--r-- | data/maps/smallest.yaml | 65 |
5 files changed, 0 insertions, 368 deletions
@@ -1,3 +1,2 @@ /target -/specs/*.html *~ diff --git a/data/maps/conveyors_dot_com.yaml b/data/maps/conveyors_dot_com.yaml deleted file mode 100644 index 57e93507..00000000 --- a/data/maps/conveyors_dot_com.yaml +++ /dev/null @@ -1,104 +0,0 @@ -# Hurry Curry! - a game about cooking -# Copyright (C) 2025 Hurry Curry! contributors -# -# 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/>. -# -score_baseline: 200 -map: - - "''*''''''*'*'*'''''*" - - "*'''''''''''''''''''" - - "'''██████dd██████''*" - - "'''█#ooo#..#PPS#█'''" - - "'''█#..........X█'''" - - "'''█^..........v█'''" - - "'''█^v#X#ssFT##v█'*'" - - "'''█^#pppppppp^@█''*" - - "*''█t..ct..tc..t█'''" - - "'''█c..........c█'''" - - "'''█.....cc.....█'''" - - "~__d....cttc....d__!" - - "'''█.....cc.....█'''" - - "'''█c..........c█'''" - - "'''█t..ct..tc..t█'''" - - "'''█@#ppppppppvv█'*'" - - "'''█^^#ABssRL##v█'''" - - "'''█^..........v█'''" - - "'''█X..........#█''*" - - "'''█#fff#..#CCC#█'''" - - "*''██████dd██████'''" - - "''''''''''''''''''''" - - "'''''''''''''''''''*" - -tiles: - "#": counter - "v": conveyor - "^": conveyor - "@": conveyor - "f": counter - "p": counter - "t": table - "w": counter-window - "s": sink - "o": oven - "S": stove - "P": stove - "C": cuttingboard - "R": steak-crate - "T": tomato-crate - "F": flour-crate - "L": leek-crate - "A": lettuce-crate - "B": cheese-crate - "X": trash - "_": path - "d": door - - "c": chair - ".": floor - "'": grass - "*": tree - "~": path - "!": path - "█": wall - -tile_entities: - ">": !conveyor { dir: [1, 0] } - "<": !conveyor { dir: [-1, 0] } - "v": !conveyor { dir: [0, 1] } - "^": !conveyor { dir: [0, -1] } - -entities: - - !item_portal { from: [4, 15], to: [4, 7] } - - !item_portal { from: [15, 7], to: [15, 15] } - - !customers - -items: - "S": pot - "P": pan - "w": plate - "p": plate - "f": foodprocessor - -chef_spawn: "~" -customer_spawn: "!" - -walkable: - - door - - floor - - chair - - grass - - path - -collider: - - wall - - tree diff --git a/data/maps/depot.yaml b/data/maps/depot.yaml deleted file mode 100644 index cb2539a7..00000000 --- a/data/maps/depot.yaml +++ /dev/null @@ -1,101 +0,0 @@ -# Hurry Curry! - a game about cooking -# Copyright (C) 2025 Hurry Curry! contributors -# -# 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/>. -# -score_baseline: 200 -map: - - "''''''*''''''*''''*'''''*''''''*''''''''*''" - - "''██▒▒▒▒▒▒██████▒▒▒▒███▒▒▒▒██'''''''*''*'''" - - "''▒..........d.............#█=========*=''*" - - "''█.ctc......█.............#█X_'''''*''='''" - - "*'▒.ctc..ctc.█....^...>v<..#█X_________=*''" - - "''▒......ctc.█████^████v██████d█▒▒█'''_='''" - - "''▒.ctc..ctc.█S...^....v.FFTT...ss█'''_='''" - - "''█.ctc......█S..>^<...v..........▒'''_=''*" - - "''▒......ctc.█S..>^<...v..........▒'''_='''" - - "''▒.ctc..ctc.█#..###...#....LL..RR█'''_='''" - - "'*▒.ctc..ctc.█#...........C█▒▒▒▒▒██'''_='''" - - "''█..........█o..#######..#▒''''''''''_='*'" - - "''██▒▒▒▒█dd███o...........C▒''''''''''_='''" - - "''''ctc''__''█o...bfffb...C▒''''''''''_='''" - - "'''''''''__''████▒▒▒▒▒▒▒▒███'''''*''''_='''" - - "*''''''''__'''''''''''''''''''''''''''_='''" - - "_________________________________________~_" - - "_!_________________________________________" - - "''''''''''''''*''''''''''''''*'''''''''''''" - -tiles: - "#": counter - "<": conveyor - ">": conveyor - "v": conveyor - "^": conveyor - "f": counter - "p": counter - "t": table - "w": counter-window - "s": sink - "o": oven - "S": stove - "C": cuttingboard - "R": steak-crate - "T": tomato-crate - "F": flour-crate - "L": leek-crate - "X": trash - "b": book - - "c": chair - ".": floor - "'": grass - "*": tree - "~": path - "!": path - "_": path - "d": door - "█": wall - "▒": wall-window - "=": fence - -tile_entities: - ">": !conveyor { dir: [1, 0] } - "<": !conveyor { dir: [-1, 0] } - "v": !conveyor { dir: [0, 1] } - "^": !conveyor { dir: [0, -1] } - "b": !book - -items: - "S": pot - "w": plate - "p": plate - "f": foodprocessor - -entities: - - !customers - -chef_spawn: "~" -customer_spawn: "!" - -walkable: - - door - - floor - - chair - - grass - - path - -collider: - - wall - - wall-window - - tree - - fence diff --git a/data/maps/factory.yaml b/data/maps/factory.yaml deleted file mode 100644 index 5c44c230..00000000 --- a/data/maps/factory.yaml +++ /dev/null @@ -1,97 +0,0 @@ -# Hurry Curry! - a game about cooking -# Copyright (C) 2025 Hurry Curry! contributors -# -# 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/>. -# -score_baseline: 200 -map: - - "'___________~___________'" - - "'_''''''''''_''''''''''_'" - - "'_██████████d██████████_'" - - "'_d.RTFL█⌷CC.ff⌷█Sosb.d_X" - - "FF█.....█.......█.....█FF" - - "'*█^pp>>>>ppvpp>>>>ppv█*'" - - "*'█^........v........v▒''" - - "''▒^.cccc..cvc..cccc.v▒'*" - - "*'▒^<<<<<..c<c..<<<<<<█*'" - - "'*▒cccccc...c...cccccc▒'*" - - "''█...................▒''" - - "*'████dd██▒▒▒▒▒▒▒▒▒▒███*'" - - "'*''''__''''''''''''''''*" - - "*'*'''___________________" - - "'''*''__________________!" - - "'*'''''''''''''''''''''''" - -tiles: - "F": fence - "⌷": counter - "f": counter - "p": counter - "t": table - "w": counter-window - "s": sink - "o": oven - "S": stove - "b": book - "C": cuttingboard - "R": steak-crate - "T": tomato-crate - "F": flour-crate - "L": leek-crate - "X": trash - ">": conveyor - "<": conveyor - "^": conveyor - "v": conveyor - - "c": chair - "~": path - ".": floor - "'": grass - "*": tree - "!": path - "_": path - "d": door - "▒": wall-window - "█": wall - -tile_entities: - ">": !conveyor { dir: [1, 0] } - "<": !conveyor { dir: [-1, 0] } - "v": !conveyor { dir: [0, 1] } - "^": !conveyor { dir: [0, -1] } - "b": !book - -items: - "S": pot - "w": plate - "p": plate - "f": foodprocessor - -chef_spawn: "~" -customer_spawn: "!" - -entities: - - !customers - -walkable: - - door - - floor - - chair - - grass - - path - -collider: - - wall - - wall-window - - tree diff --git a/data/maps/smallest.yaml b/data/maps/smallest.yaml deleted file mode 100644 index 7bcd1136..00000000 --- a/data/maps/smallest.yaml +++ /dev/null @@ -1,65 +0,0 @@ -# Hurry Curry! - a game about cooking -# Copyright (C) 2025 Hurry Curry! contributors -# -# 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/>. -# -score_baseline: 200 -map: - - "███████'" - - "█oSCtc█X" - - "█.....d_" - - "█LTFsf█_" - - "███████~" - - -tiles: - "#": counter - "f": counter - "t": table - "s": sink - "o": oven - "S": stove - "C": cuttingboard - "R": steak-crate - "T": tomato-crate - "F": flour-crate - "L": lettuce-crate - "X": trash - - "c": chair - ".": floor - "'": grass - "~": path - "_": path - "d": door - "█": wall - -items: - "S": pot - "t": plate - "f": foodprocessor - -entities: - - !customers - -chef_spawn: "~" -customer_spawn: "~" - -walkable: - - door - - floor - - chair - - path - -collider: - - wall |