# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = infinite_justice Description = WindowWidth = 600 WindowHeight = 519 # Players RowPlayer = U.S. ColPlayer = Iraq # Table information Width = 2 Height = 2 RowNames = ["assault ", bomb] ColNames = ["land defence", "air defence"] # Payoff information [row,column] Payoffs = [[-10, 5], [5, -7], [1, -4], [-2, 0]]