mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
Minor reformatting, removing tabs and reducing indentation to 2 in maze program, to make it more readable on ingame computers.
This commit is contained in:
parent
f82c0a3b76
commit
1cd40f31f3
@ -10,12 +10,6 @@ SYNOPSIS
|
||||
DESCRIPTION
|
||||
Lets the robot dig a random maze using a Depth-First search algorithm. He will always start at the bottom left corner of the maze. If the cell height is set bigger than one he will expand the cells upwards. Keep in mind that increasing the cell diameter will increase the actual maze size in Minecraft blocks (see examples). For technical reasons a maze width or length of one are not supported.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
EXAMPLES
|
||||
maze 10 10
|
||||
Digs a 10x10 maze and will pick the
|
||||
|
Loading…
x
Reference in New Issue
Block a user