/maze-generator

Primary LanguageC++MIT LicenseMIT

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.