/Maze-Generator

A command-line maze generator

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Maze-Game

A CLI-powered maze generation program

  • Written in C++
  • Uses a depth-first search generation algorithm

Compilation

$ ./build-64 or $ ./build-32 depending on whether your computer is 64 or 32-bit, respectively

Execution

$ ./run-64 -w width -h height or $ ./run-32 -w width -h height depending on whether your computer is 64 or 32-bit, respectively

The maze is outputted to STDOUT.