source/BattlesnakeGym/battlesnake_gym/snake.py [186:198]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Parameters:
        -----------
        origin: (int, int)
            Coordinate to be moved

        Direction: int, options: [Snake.UP, Snake.DOWN, Snake.LEFT or Snake.RIGHT
            Direction to be moved

        Returns:
        -------
        coordinate: (int, int)
            Translated coordinate
        '''
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/BattlesnakeGym/battlesnake_gym/snake.py [218:230]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Parameters:
        -----------
        origin: (int, int)
            Coordinate to be moved

        Direction: int, options: [Snake.UP, Snake.DOWN, Snake.LEFT or Snake.RIGHT
            Direction to be moved

        Returns:
        -------
        coordinate: (int, int)
            Translated coordinate
        '''
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



