Maze Created by Alekseev Maksim To launch the maze you must use the command: sudo python3 main.py
This application have some feature:
- You can generate maze this two algorithms: dfs or Kruskal
- Load maze from file
- Save maze to file
- Try to go through the maze
- See solution