Example #1
0
 def __init__(self):
     manbearpigbot1 = manbearpigbot()
     manbearpigbot1.eq_ranges = [[25, 80, 85, 90], [30, 45, 65, 100], [45, 55, 70, 90], [20, 25, 45, 75]]
     mlkbot2cool4u = mlkbot2()
     mlkbot2cool4u.eq_ranges = [[30, 60, 85, 95], [20, 35, 45, 55], [15, 45, 45, 80], [5, 15, 35, 40]]
     lukebotagg3 = lukebotagg()
     lukebotagg3.eq_ranges = [[15, 25, 85, 90], [30, 35, 75, 100], [10, 15, 45, 85], [45, 60, 85, 85]]
     self.bots = [manbearpigbot1, mlkbot2cool4u, lukebotagg3, thebostonderbya()]
     TheBostonDerby.__init__(self)
     self.name = "MashupBot1"
Example #2
0
 def __init__(self):
     TheBostonDerby.__init__(self)
     self.name = "MasterBates"
     self.bot = lukebotagg()
     self.high_chip_bot = odoylebot()
     self.low_chip_bot = rockybot2()
Example #3
0
 def __init__(self):
     self.bots = [manbearpigbot(), lukebotagg(), thebostonderbya(), mlkbot2(), rockybot2()]
     TheBostonDerby.__init__(self)
     self.name = "MashupBot"