This program solves a 2D maze with the help of several search algorithms like BFS, DFS, A* (A-Star) etc.
-
Updated
Jan 23, 2020 - Python
This program solves a 2D maze with the help of several search algorithms like BFS, DFS, A* (A-Star) etc.
This program solves 2D maze using various uninformed and informed (heuristic) search strategies.
Utilizes the W, A, S, D keys to toggle a maze built with Matter.js. Upon winning, users will see a success message as the walls of the maze crash.
Add a description, image, and links to the 2d-maze topic page so that developers can more easily learn about it.
To associate your repository with the 2d-maze topic, visit your repo's landing page and select "manage topics."