# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "Seeking a partner to start a new business" Description = "" WindowWidth = 1032 WindowHeight = 748 # Players RowPlayer = Entrepreneur ColPlayer = "Potential Partner" # Table information Width = 2 Height = 8 RowNames = ["yes invite, no invite, unclear invite", "yes solo, no invite, unclear invite", "yes solo, no solo, unclear invite", "yes invite, no solo, unclear invite", "yes invite, no invite, unclear solo", "yes solo, no invite, unclear solo", "yes solo, no solo, unclear solo", "yes invite, no solo, unclear solo"] ColNames = [Accept, Decline] # Payoff information [row,column] Payoffs = [[8, -2], [0, 0], [6.8, -3], [0.8, 0], [4.8, -1], [0.8, 0], [6, 0], [0, 0], [4.8, -1], [0.8, 0], [3.6, -2], [1.6, 0], [1.6, 0], [1.6, 0], [2.8, 1], [0.8, 0]]