We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d482b7 commit 3a85cbeCopy full SHA for 3a85cbe
doc/developer.catalog.rst
@@ -89,7 +89,8 @@ You may wish to first review the :ref:`pygambit <pygambit>` docs pages.
89
90
2. **Create a new Python class for your game:**
91
92
- Open `src/pygambit/catalog_games.py` and add a subclass of `CatalogGame` with your code implemented as the `_game` function,
+ Create a new branch in the `gambit` repo and open `src/pygambit/catalog_games.py`.
93
+ Add a subclass of `CatalogGame` with your code implemented as the `_game` function,
94
which should be defined as a `staticmethod` returning a ``Game`` object.
95
You can optionally include paramaters to generate game variants.
96
0 commit comments