# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "my investment broker" Description = WindowWidth = 600 WindowHeight = 519 # Players RowPlayer = client ColPlayer = broker # Table information Width = 2 Height = 4 RowNames = ["continue with broker", "liquidate position", "continue if new, liquidate if bubble", "continue if bubble, liquidate if new"] ColNames = [tech, industrial] # Payoff information [row,column] Payoffs = [[-1.5, 6], [1.5, 2], [-1, 2], [1.5, 1.5], [1, 4.5], [0.5, 2], [-3.5, 3.5], [2.5, 1.5]]