Skip to content

Instantly share code, notes, and snippets.

@tanakaedu
Created November 18, 2015 05:25
Show Gist options
  • Save tanakaedu/0f09616e33498196b85b to your computer and use it in GitHub Desktop.
Save tanakaedu/0f09616e33498196b85b to your computer and use it in GitHub Desktop.
for (var count = 0; count < 2; count++) {
moveForward();
placeBlock("planksOak");
}
turnLeft();
moveForward();
placeBlock("planksBirch");
turnRight();
for (var count2 = 0; count2 < 2; count2++) {
moveForward();
placeBlock("planksSpruce");
}
turnRight();
for (var count3 = 0; count3 < 3; count3++) {
moveForward();
placeBlock("planksBirch");
}
moveForward();
turnRight();
for (var count4 = 0; count4 < 3; count4++) {
moveForward();
placeBlock("planksBirch");
}
Replay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment