Skip to content

Operator Interface

The Operator Interface is the standard interface for integrating game clients with operators and aggregators. It makes game integration seamless across every lobby it supports. It uses one event-based protocol for game state, errors, and player interactions. It includes built-in support for major aggregators such as EveryMatrix, Pariplay, and Relax. Hölle Games writes the module in TypeScript and ships full type definitions with it.

Next Steps

  • Getting Started: Log in to the @hoelle NPM registry. Install the module.
  • Usage: Import the module, set up OperatorInterface, and handle the messages it exchanges with the lobby.
  • Configuration: Logging and the setup parameters.
  • API Reference: The static methods and the events sent to the game.