# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "bargaining game" Description = "" WindowWidth = 600 WindowHeight = 500 # Players RowPlayer = "Negotiation party 1" ColPlayer = "Negotiation party 2" # Table information Width = 3 Height = 3 RowNames = [Low, Medium, High] ColNames = [Low, Medium, High] # Payoff information [row,column] Payoffs = [[25, 25], [25, 50], [25, 75], [50, 25], [50, 50], [0, 0], [75, 25], [0, 0], [0, 0]]