diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 17:37:09 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-08 17:37:09 -0400 |
commit | a31d7a6d3a473cb044d717b666fd73dc43f2df51 (patch) | |
tree | e3d61c7d0f2d9b94c1f40359cf5b4c7e26356b72 /data | |
parent | cbacfa6277592dd05f6d9a5aaf1026ba58e74162 (diff) | |
download | lingo2-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.md | 13 |
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 | |||
3 | This folder contains the logic for the Lingo 2 randomizer in a human-readable | ||
4 | format. This data is compiled into a single file and used in the various parts | ||
5 | of the randomizer project (client, apworld, etc). | ||
6 | |||
7 | The data is structured using [Protocol Buffers](https://protobuf.dev/). The | ||
8 | schema 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 | |||
13 | Hi. | ||