# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "medical malpractice" Description = WindowWidth = 600 WindowHeight = 519 # Players RowPlayer = patient ColPlayer = doctor # Table information Width = 4 Height = 3 RowNames = ["take the treatment", "see another doctor", "ignore doctor's advice"] ColNames = ["do not recommend treatment", "prescribe treatment", "precribe treatment only if healthy", "prescribe treatment only if infected"] # Payoff information [row,column] Payoffs = [[40, 0], [44, 14], [40, 8], [84, 6], [40, 0], [50, -38], [28, -40], [82, 2], [40, 0], [40, 0], [40, 0], [40, 0]]