diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-13 21:48:44 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-13 21:48:46 +0200 |
| commit | 419b1da85496a30eb6be52627702e1e1964e3bf1 (patch) | |
| tree | 6473dcc440d79b95667fbf86a0a743d4be787b3e /data/README.md | |
| parent | f0b021a5c65498068fe46fc30294efc3a0ba5be0 (diff) | |
| download | hurrycurry-419b1da85496a30eb6be52627702e1e1964e3bf1.tar hurrycurry-419b1da85496a30eb6be52627702e1e1964e3bf1.tar.bz2 hurrycurry-419b1da85496a30eb6be52627702e1e1964e3bf1.tar.zst | |
Refactor READMEs for new build system
Diffstat (limited to 'data/README.md')
| -rw-r--r-- | data/README.md | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/data/README.md b/data/README.md index f266841a..00953a0c 100644 --- a/data/README.md +++ b/data/README.md @@ -5,16 +5,9 @@ The game data includes recipes and maps. Its only required on the server side. Maps are defined in YAML format containing "ASCII-art" picture of the map tiles. Each recipe set is a YAML file too containing a list of each possible recipe. -For the default recipe set this is generated from `recipes/default.json`. +For the default recipe set this is generated from `recipes/default.js`. Anticurry is based of this but just switches input and output fields via a sed script. `index.yaml` is where all maps and recipe sets are listed for the server to use; This includes additional metadata for maps. - -## Building - -- Requirements: - - make - - Deno (or Node.js in which case you need to pass `JSR=node` to make) -- Run `make` |