大宮盆栽デイズ - Omiya Bonsai Days -

冗談めかす埼玉のファインマン

両方正しければ合格@コードを学ぼう1

//両方正しければ合格@コードを学ぼう1
for i in 1 ... 7 {
    moveForward()
    
    if isBlockedLeft && isOnGem {
        turnRight()
        moveForward()
        moveForward()
        toggleSwitch()
        turnLeft()
        turnLeft()
        moveForward()
        moveForward()
        turnRight()
    }
    if isOnGem {
        collectGem()
    }
}

youtu.be