# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "vertical integration" Description = WindowWidth = 600 WindowHeight = 519 # Players RowPlayer = "Pratt and Whitney" ColPlayer = Boeing # Table information Width = 2 Height = 2 RowNames = ["Make Part", Wait] ColNames = ["Wants Part", "Does not Want Part"] # Payoff information [row,column] Payoffs = [[50, 9], [-10, 0], [2, 27], [-2, 0]]