brenomfviana / mago

MAGO is a maze generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAGO

Description

MAGO is a maze generator (MAze GeneratOr) that uses the Binary Tree approach.

Build and Run

Dependencies:

  • C++17;
  • CMake 3.13.

To build the project, go to the root and, through terminal, run the following commands:

mkdir build
cd build
cmake ..

Then, type the following command to run MAGO:

./mago <width> <height>

Example

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

MAGO is a maze generator.

License:MIT License


Languages

Language:C++ 92.8%Language:CMake 7.2%