C++ script to randomly generate a perfect maze. Uses the 'Hunt and Kill' algorithm to develop a binary bitmapped two dimensional array.
JaxonKneipp/maze_generator
C++ script to randomly generate a perfect maze. Uses the 'Hunt and Kill' algorithm to develop a binary bitmapped two dimensional array.
C++MIT