Currently Supported Games
Below are the games that are currently included with the Archipelago software. To play a game that is not on
this page, please refer to the playing with
custom worlds section of the setup guide.
{% for game_name in worlds | title_sorted %}
{% set world = worlds[game_name] %}
{{ game_name }}
{{ world.__doc__ | default("No description provided.", true) }}
Game Page
{% if world.web.tutorials %}
|
Setup Guides
{% endif %}
{% if world.web.options_page is string %}
|
Options Page (External Link)
{% elif world.web.options_page %}
|
Options Page
|
Advanced Options
{% endif %}
{% if world.web.bug_report_page %}
|
Report a Bug
{% endif %}
{% endfor %}
{% endblock %}