Skip to content

Generates mazes using various algorithms (Wikipedia for now :P )

License

Notifications You must be signed in to change notification settings

rishvic/MazeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Generator

Various implementations of maze forming algorithms.

Building

Requirements

To compile this project, the needed components are:

  • Valid C++ compiler
  • CMake
  • Boost library (libboost_program_options)

Instructions

Just execute the following commands in the terminal

git clone https://github.com/Colocasian/MazeGenerator.git
cd MazeGenerator
mkdir build
cd build
cmake ..
cmake --build .

To remove the build files, just remove the build directory

How to use

After building, an executable named mazer will be present in the bin directory. To see how to use the command, run path/to/mazer -h or path/to/mazer -h.

About

Generates mazes using various algorithms (Wikipedia for now :P )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published