Chadwick Gambit: Software Tools for Game Theory

pygambit.gambit.Game.new_table#

classmethod Game.new_table(dim, title: str = 'Untitled strategic game') Game#

Create a new Game with a strategic representation.

Changed in version 16.1.0: Added the title parameter.

Parameters:
  • dim (array-like) – A list specifying the number of strategies for each player.

  • title (str, optional) – The title of the game. If no title is specified, “Untitled strategic game” is used.

Returns:

The newly-created strategic game.

Return type:

Game