# Functions
AddWebSocket - Add a websocket to the map.
-------------- Routes -------------- ApplyRoutes - Apply the routes.
DigTurtle - Dig with the turtle.
DigTurtleDown - Dig down with the turtle.
DigTurtleUp - Dig up with the turtle.
GetTurtleCode - Get the turtle code.
TODO: pull from DB GetTurtleStatus - Get the turtle status.
GetTurtleUpdatingCode - Get the turtle updating code.
GetWebSocket - Get a websocket from the map.
MoveTurtleBackward - Move the turtle backward.
MoveTurtleDown - Move the turtle down.
MoveTurtleForward - Move the turtle forward.
MoveTurtleUp - Move the turtle up.
NewInstruction - Create a new instruction.
RemoveWebSocket - Remove a websocket from the map.
TurnTurtleLeft - Turn the turtle left.
TurnTurtleRight - Turn the turtle right.
TurtleHelper - The turtle helper.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Queue - A queue of instructions and their labels.
# Structs
Block - The block.
Blocks - The blocks.
Instruction - An instruction.
InstructionQueue - A queue of instructions and their labels.
Item - An item.
Turtle - The turtle.
TurtleStatus - The status of the turtle.