# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = bigduopoly Description = WindowWidth = 600 WindowHeight = 500 # Players RowPlayer = "Row Player" ColPlayer = "Column Player" # Table information Width = 6 Height = 6 RowNames = [A, B, C, D, E, F] ColNames = [A, B, C, D, E, F] # Payoff information [row,column] Payoffs = [[0, 0], [0, 48], [0, 55], [0, 64], [0, 48], [0, 0], [48, 0], [32, 32], [28, 35], [16, 32], [0, 0], [-16, -64], [55, 0], [35, 28], [30, 30], [10, 16], [-5, -12], [-25, -80], [64, 0], [32, 16], [16, 10], [0, 0], [-32, -48], [-64, -128], [48, 0], [0, 0], [-12, -5], [-48, -32], [-96, -96], [-144, -192], [0, 0], [-64, -16], [-80, -25], [-128, -64], [-192, -144], [-256, -256]]