func opposite() -> Direction {
        switch self {
        case Left:
            return Right
        case Right: