You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A JS program to find the most optimal path from the top-left corner to the bottom-right corner of the random maze using the A * Path Finding Algorithm.
A JS program to find the most optimal path from the top-left corner to the bottom-right corner of the random maze using the A * Path Finding Algorithm.
The project is hosted live HERE (Set browser zoom to 150% for a better experience)
About
A JS program to find the most optimal path from the top-left corner to the bottom-right corner of the random maze using the A * Path Finding Algorithm.