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 result using a hexadecimal ...
In this project aim is a maze in the form of matrix will be given in the form of 1's and 0's. Where 1 repersents the open path and 0 represents the blocked path Main goal is to find the path between ...