# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "pareto coordination" 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 = [[100, 100], [0, 0], [0, 0], [200, 200]]