An open API service indexing awesome lists of open source software.

https://github.com/apozzi/ascii-maze-generator-solver

REALLY SIMPLE. Colored simple terminal ASCII maze generator and solver.
https://github.com/apozzi/ascii-maze-generator-solver

ascii ascii-graphics maze-generator maze-solver

Last synced: 3 months ago
JSON representation

REALLY SIMPLE. Colored simple terminal ASCII maze generator and solver.

Awesome Lists containing this project

README

        

# ASCII-maze-generator-solver

REALLY SIMPLE. Colored simple terminal ASCII maze generator and solver.

![Demonstration](https://adeveloper-image-host.s3.us-east-2.amazonaws.com/maze.gif)

# How compile

With GNU c++ compiler just do.

``` g++ main.cpp main ```

Or if you are using Windows.

``` g++ main.cpp main.exe ```

And execute it in terminal, It is possible to use it as a tool since the text is 100% copyable.