News

The generator is implemented as a class named MazeGenerator. In order to generate a maze, the first step would be to create an instance of the generator, by giving it the size of the maze ((columns, ...
Just a simple maze generator in Python. I wanted to try using what I've been learning about in Python to make something.. somewhat useful. It is by no means optimized and every Python expert would ...