# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "nash eq" Description = WindowWidth = 600 WindowHeight = 519 # Players RowPlayer = "Player 1" ColPlayer = "Player 2" # Table information Width = 2 Height = 3 RowNames = [U, M, b] ColNames = [L, R] # Payoff information [row,column] Payoffs = [[5, 8], [6, 4], [3, 2], [7, 3], [0, 2], [8, 1]]