Skip to content

harrywhite4/maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maze

Command line tool to generate mazes, ouputs as bitmap or text

Example output

Building

Follow these steps to build the project

  1. Install cmake and a c++17 compiler
  2. Clone repo with git clone --recursive to clone with submodules. If you have already cloned you can run git submodule update --init --recursive
  3. Create build directory with mkdir build
  4. Generate build system with cmake -B build -S .
  5. Run the build with cmake --build build

After this the main executable can be found at ./build/bin/maze

Testing

After a build run ctest from the build directory to run the tests.

About

Maze generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published