# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "first date" Description = "" WindowWidth = 600 WindowHeight = 500 # Players RowPlayer = female ColPlayer = male # Table information Width = 3 Height = 2 RowNames = [taxi, rail] ColNames = [taxi, bus, drive] # Payoff information [row,column] Payoffs = [[4, 12], [12, 14], [6, 10], [8, 5], [6, 4], [10, 8]]