# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "New product development" Description = WindowWidth = 600 WindowHeight = 519 # Players RowPlayer = "High quality producer" ColPlayer = "Low quality producer" # Table information Width = 3 Height = 3 RowNames = ["introduce new model", "upgrade existing model", "reduce price of existing model"] ColNames = ["introduce new model", "upgrade existing model", "reduce price of existing model"] # Payoff information [row,column] Payoffs = [[2, 2], [1, 3], [3, 2], [1, 3], [2, 2], [2, 2], [3, 2], [0, 1], [1, 0]]