# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "First price auction" Description = WindowWidth = 600 WindowHeight = 519 # Players RowPlayer = "Valuation 2 Player" ColPlayer = "Valuation 4 Player" # Table information Width = 5 Height = 5 RowNames = [1, 2, 3, 4, 5] ColNames = [1, 2, 3, 4, 5] # Payoff information [row,column] Payoffs = [[0.5, 1.5], [0, 2], [0, 1], [0, 0], [0, -1], [0, 0], [0, 1], [0, 1], [0, 0], [0, -1], [-1, 0], [-1, 0], [-0.5, 0.5], [0, 0], [0, -1], [-2, 0], [-2, 0], [-2, 0], [-1, 0], [0, -1], [-3, 0], [-3, 0], [-3, 0], [-3, 0], [-1.5, -0.5]]