/MazeSolver

This project is a terminal-based maze solver implemented in Python. The maze is randomly generated with the help of Python's random module. The maze consists of open spaces and walls, with walls occupying approximately 25% of the total area. so it's become a solveable maze.

Primary LanguagePython

Watchers