From a1a7729c3b8b9e8fbb8392d47d9834e40e5f87b3 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sat, 11 Sep 2021 22:44:48 +0200 Subject: [PATCH] Docs: point to existing further documentation. --- docs/adding games.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/adding games.md b/docs/adding games.md index ad21dd47..d426b9ce 100644 --- a/docs/adding games.md +++ b/docs/adding games.md @@ -337,5 +337,6 @@ fields in the class being extended. This is also a good place to put game-specific quirky behavior that needs to be managed, as it tends to make things a bit cluttered if you put these things elsewhere. -I recommend looking at existing implementations to see how all this works first-hand. +The various methods and attributes are documented in `/worlds/AutoWorld.py[World]`, +though it is also recommended to look at existing implementations to see how all this works first-hand. Once you get all that, all that remains to do is test the game and publish your work.