Turtle Maze

Lua Programming Concepts

Variables

Lua Programming Concepts (Cont.)

Functions

Lua Programming Concepts (Cont.)

Conditional ( If, Then, Else )

Lua Programming Concepts (Cont.)

For Loop

for Variable = Start, End, Interval do
  --Code to be looped over
end

Lua Programming Concepts (Cont.)

While Loop

Modulo (%)

Lua Programming Concepts (Cont.)

math.random

math.floor

Insert Disk To Save Code Before Starting!

Start coding!

Maze Code

Utility Functions

Stair Functions

Maze Functions

Main Code

Run Code To Create Maze

Note: If turtle does not run you need to set turtle needs fuel flag to false or refuel the turtle.

Resources

Thanks

Appendix I

Remove the need for Fueling a Turtle

Appendix II

Edit Program Outside of Minecraft

/