Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberfined/maze-generators
https://github.com/cyberfined/maze-generators
haskell maze-generator
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cyberfined/maze-generators
- Owner: cyberfined
- License: bsd-3-clause
- Created: 2019-03-21T20:40:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T20:41:00.000Z (over 5 years ago)
- Last Synced: 2023-08-28T05:50:16.082Z (about 1 year ago)
- Topics: haskell, maze-generator
- Language: Haskell
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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