about summary refs log tree commit diff stats
path: root/data
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-08 17:37:09 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-08 17:37:09 -0400
commita31d7a6d3a473cb044d717b666fd73dc43f2df51 (patch)
treee3d61c7d0f2d9b94c1f40359cf5b4c7e26356b72 /data
parentcbacfa6277592dd05f6d9a5aaf1026ba58e74162 (diff)
downloadlingo2-archipelago-a31d7a6d3a473cb044d717b666fd73dc43f2df51.tar.gz
lingo2-archipelago-a31d7a6d3a473cb044d717b666fd73dc43f2df51.tar.bz2
lingo2-archipelago-a31d7a6d3a473cb044d717b666fd73dc43f2df51.zip
Started writing READMEs
Diffstat (limited to 'data')
-rw-r--r--data/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/README.md b/data/README.md new file mode 100644 index 0000000..bf0a51b --- /dev/null +++ b/data/README.md
@@ -0,0 +1,13 @@
1# Lingo 2 Randomizer Data
2
3This folder contains the logic for the Lingo 2 randomizer in a human-readable
4format. This data is compiled into a single file and used in the various parts
5of the randomizer project (client, apworld, etc).
6
7The data is structured using [Protocol Buffers](https://protobuf.dev/). The
8schema for the human-readable format is
9[located in the repository](https://code.fourisland.com/lingo2-archipelago/tree/proto/human.proto).
10
11## Compiling
12
13Hi.