An open API service indexing awesome lists of open source software.

https://github.com/fbeline/maze

Maze generation
https://github.com/fbeline/maze

Last synced: 11 months ago
JSON representation

Maze generation

Awesome Lists containing this project

README

          

# Maze

This project implements a functional, immutable version of the Recursive Backtracking
[maze generation](http://weblog.jamisbuck.org/2010/12/27/maze-generation-recursive-backtracking) algorithm and uses [quil](http://www.quil.info/) 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.

## Usage

Open the repl and load the `maze.quil` namespace.

## License

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.