Esempio n. 1
0
	def get_random_possible_ship_position(self):
		"""Returns a position in water that is not at the border of the world.
		@return: Point"""
		return worldutils.get_random_possible_ship_position(self)
Esempio n. 2
0
    def get_random_possible_ship_position(self):
        """Returns a random position in water that is not at the border of the world.
		@return: Point"""
        return worldutils.get_random_possible_ship_position(self)