acmpesuecc / maze_solver

MIT License
1 stars 0 forks source link

get_neighbors() function buggy #2

Closed gall1frey closed 3 years ago

gall1frey commented 3 years ago

The get_neighbors() function doesn't always return the right neighbors. This messes up the path finding algorithm.