# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "weakly dominated strategies" Description = WindowWidth = 600 WindowHeight = 519 # Players RowPlayer = Alpha ColPlayer = Beta # Table information Width = 2 Height = 3 RowNames = [U, M, D] ColNames = [L, R] # Payoff information [row,column] Payoffs = [[5.0, 1.0], [4.0, 0.0], [6.0, 0.0], [3.0, 1.0], [6.0, 4.0], [4.0, 4.0]]