# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = Bertrand Description = "" WindowWidth = 600 WindowHeight = 519 # Players RowPlayer = "First Firm" ColPlayer = "Second Firm" # Table information Width = 4 Height = 4 RowNames = ["very high price", "high price", "low price", "very low price"] ColNames = ["very high price", "high price", "low price", "very low price"] # Payoff information [row,column] Payoffs = [[18, 18], [2, 32], [1, 20], [0, 11], [32, 2], [16, 16], [2, 20], [1, 11], [20, 1], [20, 2], [10, 10], [2, 11], [11, 0], [11, 1], [11, 2], [5.5, 5.5]]