testprogram |
|
1
|
|
0
|
|
stairminer |
|
2
|
|
1
|
Mines the ground in front of the turtle, creating stairs down into the ground. |
sayhello |
|
1
|
|
0
|
A programming demonstration of passing arguments to a function. |
mydance2 |
|
0
|
|
0
|
Another simple dance program. |
mydance |
|
1
|
|
1
|
A simple dance program. |
hellofunction |
|
1
|
|
0
|
A programming demonstration of calling a function. |
hello |
|
0
|
|
0
|
A Hello World program in Lua. |
hare |
|
1
|
|
1
|
A utility library filled with many useful functions. |
givecandy |
|
0
|
|
0
|
A programming demonstration of passing arguments to functions. |
farmwheat |
|
0
|
|
0
|
Farms wheat in a rectangular area in front of the turtle. |
farmtrees |
|
0
|
|
0
|
Plants a sapling from the inventory, using bone meal to grow it if the turtle has any. |
cobminer |
|
0
|
|
0
|
The mining half of the stone brick factory. Used with brickcrafter. |
choptree |
|
0
|
|
0
|
Chops down the tree that is directly in front of the turtle. Inventory must be empty when this program is run. |
buildwall |
|
0
|
|
0
|
Builds a wall out of blocks in the inventory. |
buildroom |
|
0
|
|
0
|
Builds a room by calling the buildWall() function. |
buildfloor |
|
0
|
|
0
|
Builds a floor out of whatever blocks are in the inventory. |
buildcheckerboard |
|
0
|
|
0
|
Builds a checkeboard floor out of coal and quartz blocks. |
brickcrafter |
|
0
|
|
0
|
The crafting half of the stone brick factory. Used with cobminer. |
announce |
|
0
|
|
0
|
A small example of passing functions to functions. |