mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
[WebHost] Add docblock and FAQ pages for ArchipIDLE
This commit is contained in:
12
WebHostLib/static/assets/gameInfo/en_ArchipIDLE.md
Normal file
12
WebHostLib/static/assets/gameInfo/en_ArchipIDLE.md
Normal 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.
|
||||||
|
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user