https://github.com/corentinb/bintree
Binary tree maze generation application in C
https://github.com/corentinb/bintree
Last synced: 10 months ago
JSON representation
Binary tree maze generation application in C
- Host: GitHub
- URL: https://github.com/corentinb/bintree
- Owner: CorentinB
- License: gpl-3.0
- Created: 2018-06-09T15:25:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T15:49:39.000Z (about 8 years ago)
- Last Synced: 2025-08-12T06:52:02.103Z (10 months ago)
- Language: C
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BINTREE
Binary tree maze generation application in C.
# Download and compilation
```
git clone https://github.com/CorentinB/bintree.git
cd bintree/
make
```
# Usage
```
./generator x y [perfect]
```
This generator use the binary tree algorithm to generate perfect or imperfect maze.


