Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cyberfined/maze-generators


https://github.com/cyberfined/maze-generators

haskell maze-generator

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# maze-generators
Set of haskell maze generator algorithms.

# License
BSD3. Read LICENSE file.

# Modules
* src/Maze/Types.hs - shared types and functions
* src/Maze/BTree.hs - binary tree algorithm
* src/Maze/Sidewinder.hs - sidewinder algorithm
* src/Maze/AldousBroder.hs - aldous-broder algorithm
* src/Maze/Wilson.hs - wilson algorithm

# Build
stack build