From 73856f63c84e51656b2c49083499d582e3dce542 Mon Sep 17 00:00:00 2001 From: Sophira Date: Wed, 29 Apr 2026 19:12:04 +0000 Subject: [PATCH] Docs: Mention APQuest as a reference (#6000) The APQuest implementation of an APWorld is incredibly useful and should really have a mention here. --- docs/adding games.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/adding games.md b/docs/adding games.md index a977109bde..b751ad193b 100644 --- a/docs/adding games.md +++ b/docs/adding games.md @@ -92,8 +92,9 @@ for setup). The base World class can be found in [AutoWorld](/worlds/AutoWorld.py). Methods available for your world to call during generation can be found in [BaseClasses](/BaseClasses.py) and [Fill](/Fill.py). Some examples and documentation -regarding the API can be found in the [world api doc](/docs/world%20api.md). Before publishing, make sure to also -check out [world maintainer.md](/docs/world%20maintainer.md). +regarding the API can be found in the [world api doc](/docs/world%20api.md), and the [APQuest](/worlds/apquest/) world +is a complete world implementation that functions as an introduction to world development. Before publishing, make sure +to also check out [world maintainer.md](/docs/world%20maintainer.md). ### Hard Requirements