-
Notifications
You must be signed in to change notification settings - Fork 2
Adding new games
Fabian Eberts edited this page Apr 25, 2026
·
3 revisions
All you need to do to add a new game to the server is to derive from a base class and override a handful of methods. It really is that simple.
The steps required are described in the README. The easiest way to add a game is to use the template (server/games/template.py), which is structured like a tutorial.