A maze builder and solver in Python
-
python3
-
Tkinter (use
$ python -m tkinterif unsure you have it installed,$ sudo apt-get install tk-devif you don't)
-
Clone the repo
$ git clone git@github.com/ellielle/path-finder.git -
Run tests with
$ python3 tests.py -
Run
$ python3 main.pyand bask in the rainbow of failed routes
Download and run maze-solver.exe. The window will need to be closed manually when finished.
Download main, run with $ ./main in terminal.