# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "Cournot game" Description = WindowWidth = 600 WindowHeight = 519 # Players RowPlayer = "First Firm" ColPlayer = "Second Firm" # Table information Width = 3 Height = 3 RowNames = ["low quantity", "medium quantity", "high quantity"] ColNames = ["low quantity", "medium quantity", "high quantity"] # Payoff information [row,column] Payoffs = [[18, 18], [15, 20], [9, 18], [20, 15], [16, 16], [8, 12], [18, 9], [12, 8], [0, 0]]