powered by
This tells you all the node position in the maze.
lowerGrid(rank = 5)
This is the rank of the maze.
The construction of the maze is first created in a symmetrical format. However, only half of the nodes are kept in order to create the actual maze. Hence, this function calculates the nodePosition of the actual maze.
# NOT RUN { lowerGrid(3) # }
Run the code above in your browser using DataLab