An open API service indexing awesome lists of open source software.

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

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.

![compilation](http://image.noelshack.com/fichiers/2018/23/6/1528558787-capture-d-ecran-2018-06-09-a-17-35-02.png)

![imperfect](http://image.noelshack.com/fichiers/2018/23/6/1528558787-capture-d-ecran-2018-06-09-a-17-35-24.png)

![perfect](http://image.noelshack.com/fichiers/2018/23/6/1528558787-capture-d-ecran-2018-06-09-a-17-35-44.png)