pygambit.gambit.Game.title#

Game.title#

Get or set the title of the game.

The title of the game is an arbitrary string, generally intended to be short. Unlike object labels, a title has no printable-character or spacing restriction; it need only be well-formed UTF-8 text.

Changed in version 17.0.0: Must be well-formed UTF-8 text; an invalid value now raises ValueError.