A maze builder and solver in Python
-
python3
-
Tkinter (use
$ python -m tkinter
if unsure you have it installed,$ sudo apt-get install tk-dev
if you don't)
-
Clone the repo
$ git clone git@github.com/ellielle/path-finder.git
-
Run tests with
$ python3 tests.py
-
Run
$ python3 main.py
and 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.