From 4a5dff2618ef1071f0477f529b7cec22a3dbd340 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 12 Sep 2025 14:31:08 -0400 Subject: Updated README --- README.md | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 481061b..4ebbff0 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,17 @@ This is a project that modifies the game [Lingo 2](https://www.lingothegame.com/lingo2.html) so that it can be played as part of an Archipelago multiworld game. -There are multiple parts of this project: +## How To Play -- [Client](https://code.fourisland.com/lingo2-archipelago/about/client/README.md) -- [Apworld](https://code.fourisland.com/lingo2-archipelago/about/apworld/README.md) -- [Data](https://code.fourisland.com/lingo2-archipelago/about/data/README.md) +Here are the components needed in order to play: + +- **Apworld**: This is used by Archipelago to generate randomized Lingo 2 + worlds. + - [Installation & FAQ](https://code.fourisland.com/lingo2-archipelago/about/apworld/README.md) + - [Downloads](https://code.fourisland.com/lingo2-archipelago/about/apworld/CHANGELOG.md) +- **Client**: This is how Lingo 2 connects to an Archipelago multiworld. + - [Installation & FAQ](https://code.fourisland.com/lingo2-archipelago/about/client/README.md) + - [Downloads](https://code.fourisland.com/lingo2-archipelago/about/client/CHANGELOG.md) ## Frequently Asked Questions @@ -30,6 +36,16 @@ in the starting room, even when remote letter shuffle is enabled. These letters will _also_ count as clearing a check, so you will send out another item at the same time as collecting the letter. +### What areas are randomized? + +Almost all maps that you can access from the base game are randomized. The +exceptions are: + +- Icarus (this will be randomized at some point, although it will be optional) +- Demo +- The Hinterlands (this will probably be repurposed) +- The beta tester gift maps + ### What about wall snipes? "Wall sniping" refers to the fact that you are able to solve puzzles on the @@ -77,3 +93,11 @@ disappears. You can retrieve your letter immediately by pressing C or G again while standing in the same position, as the keyholder is still there, just invisible. If you have already left the room, though, there is an easier way to get your letters back: just use the Key Return in The Entry. + +## Project Details + +There are multiple parts of this project: + +- [Client](https://code.fourisland.com/lingo2-archipelago/about/client/README.md) +- [Apworld](https://code.fourisland.com/lingo2-archipelago/about/apworld/README.md) +- [Data](https://code.fourisland.com/lingo2-archipelago/about/data/README.md) -- cgit 1.4.1