Spacoon / maze-generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Simple maze generator made with recursive backtracker algorithm. Comes with a possibility of changing colors for sides and path of maze.

alt text

Building

git clone https://github.com/Spacoon/maze-generator
mkdir build && cd build
cmake ../maze-generator
cmake --build .

You may need to set maze-generator as a startup project in your IDE.

About

License:MIT License


Languages

Language:C++ 93.6%Language:CMake 5.9%Language:C 0.4%