this maze move to 8 direction also 8-1(previous position)
for run this maze solver you first of all you need to download it and after that u need to addresing to a file that you save your maze by this format: 1=wall 0=dir
3
0 0 0
0 0 0
0 0 0
4
0 0 1 0
0 1 0 0
0 0 0 0
1 1 0 0
after that you run it
the result is best dir + and the sum of founded dirs
and runtime
Note: you just need to change the dirctory of the text file that i addres it in my maze solver.py
change it in to your own text file and enjoy it
:D good luck
bypy