Example #1
0
 def __init__(self):
     AbstractStrategy.__init__(self, "Random")
Example #2
0
 def __init__(self, fields):
     AbstractStrategy.__init__(self, "PotentialFields")
     self.fields = fields
Example #3
0
 def __init__(self):
     AbstractStrategy.__init__(self, "meow")
Example #4
0
 def __init__(self, fields):
     AbstractStrategy.__init__(self, "PotentialFields")
     self.fields = fields
Example #5
0
 def __init__(self):
     AbstractStrategy.__init__(self,"Random")