Merge pull request #304 from LegendaryLinux/webhost-archipidle
[WebHost] Add docblock and FAQ pages for ArchipIDLE
This commit is contained in:
commit
3f69c3a2ab
|
@ -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.
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue