# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "Retailing groceries" Description = WindowWidth = 600 WindowHeight = 519 # Players RowPlayer = "Corner store franchise" ColPlayer = Supermarket # Table information Width = 3 Height = 3 RowNames = [Price, Service, Hours] ColNames = [Price, Service, Hours] # Payoff information [row,column] Payoffs = [[1, 65], [6, 50], [7, 45], [8, 50], [3, 55], [6, 52], [15, 60], [12, 50], [2, 55]]