From a31d7a6d3a473cb044d717b666fd73dc43f2df51 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 8 Sep 2025 17:37:09 -0400 Subject: Started writing READMEs --- data/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/README.md (limited to 'data') 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 @@ +# Lingo 2 Randomizer Data + +This folder contains the logic for the Lingo 2 randomizer in a human-readable +format. This data is compiled into a single file and used in the various parts +of the randomizer project (client, apworld, etc). + +The data is structured using [Protocol Buffers](https://protobuf.dev/). The +schema for the human-readable format is +[located in the repository](https://code.fourisland.com/lingo2-archipelago/tree/proto/human.proto). + +## Compiling + +Hi. -- cgit 1.4.1