From 0c24fbc80d8db16999ca281ab52dfdbb055d7bb5 Mon Sep 17 00:00:00 2001 From: Skilly Date: Sun, 6 Sep 2026 17:19:40 +0200 Subject: [PATCH] Improved introduction --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1694b9e..53fc49a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ _Disclaimer: AI was used in this repository_ This repository contains a python packages that can check whether community Archipelago worlds can generate a valid seed without bringing down the multi-game world. -It uses the [community worlds spreadsheet](https://docs.google.com/spreadsheets/d/1iuzDTOAvdoNe8Ne8i461qGNucg5OuEoF-Ikqs8aUQZw/edit?gid=58422002#gid=58422002) to download each world's newest `.apworld` file, and runs Archipelago's generator against it in a Docker container. To see the results of this live in action, see [worlds.archipelago.skillysue.nl](https://worlds.archipelago.skillysue.nl) + +The [community worlds spreadsheet](https://docs.google.com/spreadsheets/d/1iuzDTOAvdoNe8Ne8i461qGNucg5OuEoF-Ikqs8aUQZw/edit?gid=58422002#gid=58422002) is a great resource to showcase the games that are in development, but the stability label may not reflect its current state. I wanted to play games that were labeled `unstable` but were at least be stable enough to allow reliable world generation. This tester uses the sheet to collect the latest APworlds and apply a series of tests to assess their generation stability (see #testing-overview). Only APworlds that are available via direct links or Git repositories are tested. + +To see the results of this live in action, see [worlds.archipelago.skillysue.nl](https://worlds.archipelago.skillysue.nl) for an overview of all listed games and their test results. ## Contents - [Requirements](#requirements)