Interface RuleSetProvider

All Known Implementing Classes:
SimpleRuleSetProvider

public interface RuleSetProvider
Creates rule sets to match game settings.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(GameSettings settings, GameMetadata metadata)
    Creates a rule set to match the given settings and game metadata.
  • Method Details

    • create

      RuleSet create(GameSettings settings, GameMetadata metadata)
      Creates a rule set to match the given settings and game metadata.
      Parameters:
      settings - The settings of the game.
      metadata - The metadata associated with the game.
      Returns:
      A rule set matching the given settings and game metadata.