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:
Florian Nücke 2014-06-15 17:51:52 +02:00
parent f82c0a3b76
commit 1cd40f31f3
2 changed files with 190 additions and 196 deletions

View File

@ -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