aboutsummaryrefslogtreecommitdiff
path: root/data/map.yaml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-18 13:28:31 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-23 19:21:22 +0200
commit3d870a714348defc40cd519c00b43c87b1be6480 (patch)
tree5e013dff20bcb41594dbe168f83b32f0f616aa26 /data/map.yaml
parentfdcf100f756f5d2fe8550705a2a10124bfa1c021 (diff)
downloadhurrycurry-3d870a714348defc40cd519c00b43c87b1be6480.tar
hurrycurry-3d870a714348defc40cd519c00b43c87b1be6480.tar.bz2
hurrycurry-3d870a714348defc40cd519c00b43c87b1be6480.tar.zst
load map from file
Diffstat (limited to 'data/map.yaml')
-rw-r--r--data/map.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/data/map.yaml b/data/map.yaml
new file mode 100644
index 00000000..096bb945
--- /dev/null
+++ b/data/map.yaml
@@ -0,0 +1,28 @@
+map:
+ - "+--------------------+"
+ - "|ctc.ctc.ctc.ctc.ctc.|"
+ - "|.....c..............|"
+ - "|c...c...+--www---dd-+"
+ - "|tc.ctc..|##...##W..#|"
+ - "|c...c...w..........S|"
+ - "|c.......w..######..T|"
+ - "|tc......w..........F|"
+ - "|c.....ct|##ss##ooo##|"
+ - "+---dd---+-----------+"
+
+tiles:
+ ".": floor
+ "+": wall
+ "-": wall
+ "|": wall
+ "d": door
+ "t": table
+ "c": chair
+ "#": counter
+ "w": window
+ "s": sink
+ "o": oven
+ "W": watercooler
+ "S": raw-steak-spawn
+ "T": tomato-spawn
+ "F": flour-spawn