Ejemplo n.º 1
0
 def get_pos_from_move(self, move):
     direction = Direction.get_direction_from_pos_move(self, move)
     return self.get_next_position(direction)