Interface IGameResult

Returned by a game when it ends, describing the final scores.

Hierarchy

  • IGameResult

Properties

Properties

scores?: number[]

Optional array of scores, indexed the same as

See

Game.players

Generated using TypeDoc