A planetary exploration rover is placed in a 6×6 6\times6\,6×6 survey grid at cell Y14, initially facing West (indicated by the ◀ symbol).

The rover executes the following algorithm:
Forward(2)
TurnLeft()
Forward(1)
TurnRight()
Forward(2)
Draw the path of the rover through the grid by listing the sequence of cells visited in order (starting with Y14), and state its final cell and facing direction.