Simple command-line maze generator with demo. The demo prints out generated maze directly to a console window. Mazes have one enter and one exit. The code is STL-based and platform independent. Parts of the generator can be reused in full-functional games. Qmake pro file included.
File list:
labgen
.....\labgen.cpp
.....\labgen.h
.....\labgen.pro
.....\main.cpp