# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "Parking Meter" Description = WindowWidth = 600 WindowHeight = 519 # Players RowPlayer = Shopper ColPlayer = Patrol # Table information Width = 2 Height = 2 RowNames = [pay, violate] ColNames = [check, relax] # Payoff information [row,column] Payoffs = [[-2.00, 0], [-2.00, 1.00], [-10.00, 5.00], [0, 1.00]]