Exemple #1
0
    def play_tournament(self):
        """Play a tournament with multiple matches."""

        t = Tournament(self.number_of_games, self.player_list, self.game_arity,
                       self.time_limits, self.verbose, self.show_map)
        t.play_all_games()
        t.print_win_data()