# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "strategic partner" Description = WindowWidth = 600 WindowHeight = 519 # Players RowPlayer = "General Motors" ColPlayer = Hyundai # Table information Width = 2 Height = 2 RowNames = ["Informal full effort", "Informal minimal effort"] ColNames = ["Full effort", "Minimal effort"] # Payoff information [row,column] Payoffs = [[6, 6], [-3, 8], [8, -3], [0, 0]]