Skip to content

fbeline/maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze

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.

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.

Releases

No releases published

Packages

No packages published