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.
- Host: GitHub
- URL: https://github.com/apozzi/ascii-maze-generator-solver
- Owner: Apozzi
- License: cc-by-4.0
- Created: 2020-08-17T20:47:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T23:46:21.000Z (about 1 year ago)
- Last Synced: 2025-01-27T22:54:23.731Z (4 months ago)
- Topics: ascii, ascii-graphics, maze-generator, maze-solver
- Language: C++
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ASCII-maze-generator-solver
REALLY SIMPLE. Colored simple terminal ASCII maze generator and solver.

# 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.