# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "product development with newsletter" Description = WindowWidth = 600 WindowHeight = 519 # Players RowPlayer = thompson ColPlayer = smith # Table information Width = 2 Height = 2 RowNames = ["advertise product", "charge low price"] ColNames = ["advertise product", "charge low price"] # Payoff information [row,column] Payoffs = [[60, 60], [10, 120], [120, 10], [30, 30]]