# This is a ComLabGames game description file. ModuleClass = clg.sfg.SfgModule ModuleVersion = 0.1 # Game information Title = "Aircraft Manufacturing" Description = WindowWidth = 600 WindowHeight = 519 # Players RowPlayer = "engine manufacurer" ColPlayer = "body manufacturer" # Table information Width = 4 Height = 4 RowNames = ["Bribe and locate in Malaysia", "Bribe and locate in Thailand", "Do not bribe and locate in Malaysia", "Do not bribe and locate in Thailand"] ColNames = [Malaysia, Thailand, "Locate in Malaysia if and only if bribe.", "Locate in Thailand if and only if bribe."] # Payoff information [row,column] Payoffs = [[0, 4], [-1, 1], [0, 4], [-1, 1], [-1, 1], [4, 2], [-1, 1], [4, 2], [1, 4], [0, 1], [0, 1], [1, 4], [0, 1], [5, 2], [5, 2], [0, 1]]