maize

所属分类:数学计算
开发工具:Clojure
文件大小:0KB
下载次数:0
上传日期:2014-06-07 18:04:47
上 传 者sh-1993
说明:  随机迷宫生成器和解算器
(Random maze generator and solver)

文件列表:
.travis.yml (30, 2014-06-07)
CONTRIBUTING.md (448, 2014-06-07)
LICENSE.txt (1082, 2014-06-07)
doc/ (0, 2014-06-07)
doc/intro.md (122, 2014-06-07)
images/ (0, 2014-06-07)
images/example-maze.gif (119884, 2014-06-07)
project.clj (1274, 2014-06-07)
site/ (0, 2014-06-07)
site/index.html (263, 2014-06-07)
src-cljs/ (0, 2014-06-07)
src-cljs/maze/ (0, 2014-06-07)
src-cljs/maze/core.cljs (3556, 2014-06-07)
src-cljs/maze/draw.cljs (2268, 2014-06-07)
src-cljs/maze/top-level.cljs (874, 2014-06-07)
test/ (0, 2014-06-07)
test/maze/ (0, 2014-06-07)
test/maze/core_test.cljs (6732, 2014-06-07)
test/maze/draw_test.cljs (483, 2014-06-07)

# Maize [![Build Status](https://travis-ci.org/codecation/maize.svg?branch=master)](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). ![](images/example-maze.gif) ## 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)

近期下载者

相关文件


收藏者