KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
maize
★ 71
Open GitHub ↗
Random maze generator and solver
Download README (.md)
Explore Similar Repositories
MazeCruncher
:
A cool, fast maze generator and solver written in Rust
labmaze
:
A standalone release of DeepMind Lab's maze generator with Python bindings.
MazeGenerator
:
A collection of algorithms for generating mazes
maze
:
Simple maze generator in Python
amaze
:
A program to create, solve and draw mazes in your terminal or in 2D/3D
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
maize
?
Download (.md)
# Maize [](https://travis-ci.org/codecation/maize) Generates and solves random mazes using a depth first search. See it running live at [codecation.github.io](http://codecation.github.io/2014-02-clojure-rica).  ## Usage Grab the code: ```bash $ git clone https://github.com/codecation/maize.git $ cd maize ``` Compile it: ```bash $ lein compile ``` And take a peek: ```bash $ open site/index.html ``` ## Contributing Please see the [Contributing Document](https://github.com/codecation/maize/blob/master/CONTRIBUTING.md) ## License Copyright (C) 2014 Ben Orenstein, Chris Hunt, [MIT License](https://github.com/codecation/maize/blob/master/LICENSE.txt)