Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GameCollection

An object map from game name to functions that start the games.

Hierarchy

  • GameCollection

Indexable

[name: string]: () => void

A function that starts the game in the Haskell model.

    • (): void
    • Returns void

Generated using TypeDoc