Stars
27
Forks
7
Watchers
27
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
24
commits
rough version of maze generator added. More debugging to do
692706bView on GitHubDebugged cutting corners for A-Star; Added error message when route not found
8c11b59View on GitHubDebugged DFS; More organized code in general; Added error message feature; Added Main Menu Button.
5c4d4c4View on GitHubBUG FIXES: Wall node cannot be drawn over start/end nodes anymore; Drag and draw feature removed from start/end nodes; Reset button crash bug fix; Outlines of grid present all times for aesthetics; Improved time complexity on BFS.
f12af64View on GitHubBUG FIXES: Wall node cannot be drawn over start/end nodes anymore; Drag and draw feature removed from start/end nodes; Reset button crash bug fix; Outlines of grid present all times for aesthetics; Improved time complexity on BFS.
2f90d77View on GitHub