Skip to content

Spacoon/maze-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.