Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

itchyny/maze-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maze - a maze generating command

Installation

git clone https://github.com/itchyny/maze
cd ./maze
autoreconf -i
./configure
make
sudo make install

Example

maze
maze -w 10 -h 10
maze -c > test; maze -u `cat test`
maze -u `maze -c`

Manual

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.

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages