[WebHost] Add docblock and FAQ pages for ArchipIDLE

This commit is contained in:
Chris Wilson 2022-03-13 23:44:30 -04:00
parent a8f148acac
commit e0f3d6d0d7
2 changed files with 15 additions and 0 deletions

View File

@ -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.

View File

@ -5,6 +5,9 @@ from ..AutoWorld import World
class ArchipIDLEWorld(World): class ArchipIDLEWorld(World):
"""
An idle game which sends a check every thirty seconds, up to one hundred checks.
"""
game = "ArchipIDLE" game = "ArchipIDLE"
topology_present = False topology_present = False
data_version = 1 data_version = 1