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