-
Posts
1380 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
News
Forums
Blogs
Gallery
Events
Everything posted by Through the living jeff
-
function turnRight() {
turnLeft();
turnLeft();
turnLeft();
}
function moveTwice(){
move();
move();
}
function dig() {
turnRight();
move();
move();
move();
putBall();
turnLeft();
turnLeft();
move();
move();
move();
turnRight();
}
move();
move();
dig();
move();
move();
move();
dig();
move();
move();
move();
dig();
move();
