Skip to content

Commit 90d9297

Browse files
remove coded games doc section
1 parent 9d83dde commit 90d9297

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

doc/developer.catalog.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,3 @@ Currently supported representations are:
6363
.. warning::
6464

6565
Make sure you commit all changed files e.g. run ``git add --all`` before committing and pushing.
66-
67-
Code new games & add game families
68-
----------------------------------
69-
70-
1. **Add the game code:**
71-
72-
Open `catalog/__init__.py` and create a new function, or modify an existing one. Ensure your function returns a ``Game`` object.
73-
You may wish to vary the game title and/or description based on the chosen parameters.
74-
75-
2. **Update the catalog:**
76-
77-
Update the dictionary returned by ``family_games()`` in `catalog/__init__.py` with all variants of your game(s) you want in the catalog.
78-
Ensure each entry has unique game slug as key (this will be used by ``pygambit.catalog.load('slug')``), and returns a call of the function with specific parameters.
79-
80-
3. **Submit a pull request to GitHub with all changes.**

0 commit comments

Comments
 (0)