/mazegen

A Maze generator written in C++17

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

This is primarily a programming exercise for me, but if you find some value in using it, have at it!

Requires the GraphicsMagick++ library. To install on Ubuntu, use this command:
apt-get install graphicsmagick-libmagick-dev-compat

Build has been tested with both Clang 8 and G++ 7. By default, we build using
G++, but you can change the compiler used by setting the CXX environment
variable.

Example (builds with Clang instead of the default G++): CXX="clang" make