Beispiel #1
0
 def __str__(self):
     return Tile.__str__(self) + \
             "\nlocked: " + str(self.isLocked())
Beispiel #2
0
 def __str__(self):
     return Tile.__str__(self) + \
             "\ncan_grow: " + str(self.can_grow)