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 /README.md | |
parent | cbacfa6277592dd05f6d9a5aaf1026ba58e74162 (diff) | |
download | lingo2-archipelago-a31d7a6d3a473cb044d717b666fd73dc43f2df51.tar.gz lingo2-archipelago-a31d7a6d3a473cb044d717b666fd73dc43f2df51.tar.bz2 lingo2-archipelago-a31d7a6d3a473cb044d717b666fd73dc43f2df51.zip |
Started writing READMEs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..144ee2b --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,16 @@ | |||
1 | # lingo2-archipelago | ||
2 | |||
3 | [Archipelago](https://archipelago.gg/) is an open-source project that supports | ||
4 | randomizing a number of different games and combining them into one cooperative | ||
5 | experience. Items from each game are hidden in other games. For more information | ||
6 | about Archipelago, you can look at their website. | ||
7 | |||
8 | This is a project that modifies the game | ||
9 | [Lingo 2](https://www.lingothegame.com/lingo2.html) so that it can be played as | ||
10 | part of an Archipelago multiworld game. | ||
11 | |||
12 | There are multiple parts of this project: | ||
13 | |||
14 | - [Client](https://code.fourisland.com/lingo-archipelago2/about/client/README.md) | ||
15 | - [Apworld](https://code.fourisland.com/lingo-archipelago2/about/apworld/README.md) | ||
16 | - [Data](https://code.fourisland.com/lingo-archipelago2/about/data/README.md) | ||