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

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

階段を上がる条件を探す@コードを学ぼう1

//階段を上がる条件を探す@コードを学ぼう1
for i in 1 ... 16 {
    if isOnGem {
        collectGem()
        turnLeft()
        moveForward()
    } else {
        moveForward()
    }
}

youtu.be