Maze

Hi, it's maze generation program

Create one color mazes

or... multicolor

Find the path between two points

Features

You can choose:

lenght
width
colors
first point
end point

Requirements

C++14
OpenCV
Cmake >= 3.6
git

Installation

To install this program, you need to do the following:


git clone https://github.com/iamconstantvar/Maze
mkdir build
cd build
cmake ..
make

Configuration

After you have installed the program, run it by execution the following command:


./new_maze [name_of_your_config_file]

This program was created by Irina Abramova. It is educational project for OOP practice at BMSTU. You can find this program at my github.