# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "risk dominance" Description = WindowWidth = 600 WindowHeight = 500 # Players RowPlayer = "Row Player" ColPlayer = "Column Player" # Table information Width = 2 Height = 2 RowNames = [A, B] ColNames = [A, B] # Payoff information [row,column] Payoffs = [[20, 20], [-100, 0], [0, -100], [10, 10]]