# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = large_producer_move_first Description = WindowWidth = 600 WindowHeight = 519 # Players RowPlayer = "large producer" ColPlayer = "small producer" # Table information Width = 4 Height = 2 RowNames = ["increase capacity", "retain current capacity"] ColNames = ["increase capacity", "retain current capacity", "copy large producer", "do the opposite to large producer"] # Payoff information [row,column] Payoffs = [[10, 5], [25, 7], [10, 5], [25, 7], [15, 16], [20, 10], [20, 10], [15, 16]]