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