dxCreateMaze%(width%,height%,halls%)

Parameters

width% = width of maze (must be divisible by 2)
height% = height of maze (must be divisible by 2)
halls% = number of times that a random 'hall' will be added to the maze

Description

Create a maze and return its handle

This is a temporary function that I may take out at release time - it exists mainly for a test demo. This function can not be garanteed to work correctly ouside of the demo.