# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "prisoner's dilemma" 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 = [[3, 3], [1, 4], [4, 1], [2, 2]]