This project implements a functional, immutable version of the Recursive Backtracking maze generation algorithm and uses quil to draw it.
It's a pet project! Although this implementation uses tail recursion (differently from the original) and is not limited by the stack size, you probably will not find here the faster or most optimized solution.
Open the repl and load the maze.quil
namespace.
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.