maze master
VisitDescription
Maze master is a project created as a funny way to learn path finding algorithms, because learning BFS, Dijkstra or even A* without a concrete example of how it can be used has no sense to me :)
I made the project openned in such a way anyone is welcome to add more algorithms to it by opening a pull request at the project Github.
Tech stack
- TypeScript;
- Next.js;
- Vercel;