Func collect() {
moveForward()
collectGem()
}
Func turnRight() {
turnLeft()
turnLeft()
turnLeft()
}
collectGem()
collect()
collect()
turnRight()
collect()
collect()
turnRight()
collect()
collect()
turnRight()
collect()
turnRight()
collect()