【代码】随机矩形

前言

关卡攻略

源代码

1
2
3
4
5
6
7
while !isBlocked {
moveForward()
if !isBlockedRight {
turnRight()
}
}
toggleSwitch()

完成