about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-12 14:31:08 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-12 14:31:08 -0400
commit4a5dff2618ef1071f0477f529b7cec22a3dbd340 (patch)
treefb051d07844d35d5ffd090eaacdd254ee768630f
parent7a0ea73b99d767badea8f7a4c07011af7fcfe8df (diff)
downloadlingo2-archipelago-4a5dff2618ef1071f0477f529b7cec22a3dbd340.tar.gz
lingo2-archipelago-4a5dff2618ef1071f0477f529b7cec22a3dbd340.tar.bz2
lingo2-archipelago-4a5dff2618ef1071f0477f529b7cec22a3dbd340.zip
Updated README
-rw-r--r--README.md32
1 files 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
9[Lingo 2](https://www.lingothegame.com/lingo2.html) so that it can be played as 9[Lingo 2](https://www.lingothegame.com/lingo2.html) so that it can be played as
10part of an Archipelago multiworld game. 10part of an Archipelago multiworld game.
11 11
12There are multiple parts of this project: 12## How To Play
13 13
14- [Client](https://code.fourisland.com/lingo2-archipelago/about/client/README.md) 14Here are the components needed in order to play:
15- [Apworld](https://code.fourisland.com/lingo2-archipelago/about/apworld/README.md) 15
16- [Data](https://code.fourisland.com/lingo2-archipelago/about/data/README.md) 16- **Apworld**: This is used by Archipelago to generate randomized Lingo 2
17 worlds.
18 - [Installation & FAQ](https://code.fourisland.com/lingo2-archipelago/about/apworld/README.md)
19 - [Downloads](https://code.fourisland.com/lingo2-archipelago/about/apworld/CHANGELOG.md)
20- **Client**: This is how Lingo 2 connects to an Archipelago multiworld.
21 - [Installation & FAQ](https://code.fourisland.com/lingo2-archipelago/about/client/README.md)
22 - [Downloads](https://code.fourisland.com/lingo2-archipelago/about/client/CHANGELOG.md)
17 23
18## Frequently Asked Questions 24## Frequently Asked Questions
19 25
@@ -30,6 +36,16 @@ in the starting room, even when remote letter shuffle is enabled. These letters
30will _also_ count as clearing a check, so you will send out another item at the 36will _also_ count as clearing a check, so you will send out another item at the
31same time as collecting the letter. 37same time as collecting the letter.
32 38
39### What areas are randomized?
40
41Almost all maps that you can access from the base game are randomized. The
42exceptions are:
43
44- Icarus (this will be randomized at some point, although it will be optional)
45- Demo
46- The Hinterlands (this will probably be repurposed)
47- The beta tester gift maps
48
33### What about wall snipes? 49### What about wall snipes?
34 50
35"Wall sniping" refers to the fact that you are able to solve puzzles on the 51"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
77while standing in the same position, as the keyholder is still there, just 93while standing in the same position, as the keyholder is still there, just
78invisible. If you have already left the room, though, there is an easier way to 94invisible. If you have already left the room, though, there is an easier way to
79get your letters back: just use the Key Return in The Entry. 95get your letters back: just use the Key Return in The Entry.
96
97## Project Details
98
99There are multiple parts of this project:
100
101- [Client](https://code.fourisland.com/lingo2-archipelago/about/client/README.md)
102- [Apworld](https://code.fourisland.com/lingo2-archipelago/about/apworld/README.md)
103- [Data](https://code.fourisland.com/lingo2-archipelago/about/data/README.md)