A-Maze-ing Description A-Maze-ing is a Python maze generator and terminal visualizer. It reads a configuration file, generates a valid maze, displays it, allows the user to solve it, and saves the ...
A-Maze-ing is a Python maze generator that creates 2D mazes from a configuration file and displays them in the terminal. Mazes can be perfect (exactly one path between entry and exit) or imperfect ...