git clone https://github.com/itchyny/maze
cd ./maze
autoreconf -i
./configure
make
sudo make install
maze
maze -w 10 -h 10
maze -c > test; maze -u `cat test`
maze -u `maze -c`
man maze
itchyny https://github.com/itchyny
https://github.com/itchyny/maze
This software is released under the MIT License, see LICENSE.