Improved introduction

This commit is contained in:
Skilly
2026-09-06 17:19:40 +02:00
parent 43afae8f63
commit 0c24fbc80d

View File

@@ -2,7 +2,10 @@
_Disclaimer: AI was used in this repository_ _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. 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 ## Contents
- [Requirements](#requirements) - [Requirements](#requirements)