TourModeInfo

class TourModeInfo(bankruptcy_limit: int = 1, clear_rank: int = 1, opponent_1: str = 'Mario', opponent_2: str = 'Luigi', opponent_3: str = 'Toad')

Bases: object

A dataclass holding information relating to the board’s Tour Mode settings.

These include the three designated opponents, the initial cash and bankruptcy limit settings, as well as the clear rank.

Methods

Attributes

bankruptcy_limit

clear_rank

opponent_1

opponent_2

opponent_3