Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
/ mago Public archive

MAGO is a maze generator.

License

Notifications You must be signed in to change notification settings

brenomfviana/mago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.