项目作者: itchyny

项目描述 :
unix command maze: generating a maze
高级语言: C
项目地址: git://github.com/itchyny/maze-c.git
创建时间: 2013-03-07T08:30:26Z
项目社区:https://github.com/itchyny/maze-c

开源协议:MIT License

下载


maze - a maze generating command

Installation

  1. git clone https://github.com/itchyny/maze
  2. cd ./maze
  3. autoreconf -i
  4. ./configure
  5. make
  6. sudo make install

Example

  1. maze
  2. maze -w 10 -h 10
  3. maze -c > test; maze -u `cat test`
  4. maze -u `maze -c`

Manual

  1. man maze

Author

itchyny https://github.com/itchyny

Repository

https://github.com/itchyny/maze

License

This software is released under the MIT License, see LICENSE.