diff --git a/WebHostLib/static/assets/gameInfo/en_ArchipIDLE.md b/WebHostLib/static/assets/gameInfo/en_ArchipIDLE.md new file mode 100644 index 00000000..066f3f05 --- /dev/null +++ b/WebHostLib/static/assets/gameInfo/en_ArchipIDLE.md @@ -0,0 +1,12 @@ +# ArchipIDLE + +## What is this game? + +ArchipIDLE is the 2022 Archipelago April Fools' Day joke. It is an idle game that sends a location check every +thirty seconds, up to one hundred checks. + +## Where is the settings page? + +The [player settings page for this game](../player-settings) contains all the options you need to configure +and export a config file. + diff --git a/worlds/archipidle/__init__.py b/worlds/archipidle/__init__.py index 7b2f8717..e670bd2a 100644 --- a/worlds/archipidle/__init__.py +++ b/worlds/archipidle/__init__.py @@ -5,6 +5,9 @@ from ..AutoWorld import World class ArchipIDLEWorld(World): + """ + An idle game which sends a check every thirty seconds, up to one hundred checks. + """ game = "ArchipIDLE" topology_present = False data_version = 1