# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = duopoly Description = WindowWidth = 600 WindowHeight = 500 # Players RowPlayer = "Row Player" ColPlayer = "Column Player" # Table information Width = 2 Height = 2 RowNames = [A, B] ColNames = [A, B] # Payoff information [row,column] Payoffs = [[32, 32], [28, 35], [35, 28], [30, 30]]