This code is based upon Maze generation (Haskell) by Rosetta Code which in turn is based upon Maze generation algorithm on Wikipedia.
The goal of this application is to generate CSV files of random mazes so that they may be used to create mazes in Minecraft as per Building a Maze in Adventure 6 of Adventures in Minecraft.
0.1.1
- Cleaned up CSV output so clean mazes are generated.
0.1.0
- Produces output that be piped into a CSV file and used as input for a Minecraft maze.
- However does so without an entrance or an exit. Oh my!