{"id":18769797,"url":"https://github.com/buarki/maze-master","last_synced_at":"2025-12-10T19:30:21.486Z","repository":{"id":215428510,"uuid":"737924061","full_name":"buarki/maze-master","owner":"buarki","description":"Create and solve mazes using graph algorithms","archived":false,"fork":false,"pushed_at":"2024-05-12T11:29:04.000Z","size":107,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-24T20:36:28.963Z","etag":null,"topics":["astar","bfs","dijkstra","graphs-algorithms","maze-solver"],"latest_commit_sha":null,"homepage":"https://maze-master.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buarki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-02T01:14:59.000Z","updated_at":"2024-11-16T01:24:12.000Z","dependencies_parsed_at":"2024-01-04T12:25:06.409Z","dependency_job_id":"67f0aa6b-9e21-4363-80b5-8ca22f45d66c","html_url":"https://github.com/buarki/maze-master","commit_stats":null,"previous_names":["buarki/maze-master"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buarki%2Fmaze-master","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buarki%2Fmaze-master/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buarki%2Fmaze-master/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buarki%2Fmaze-master/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buarki","download_url":"https://codeload.github.com/buarki/maze-master/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239671421,"owners_count":19677875,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["astar","bfs","dijkstra","graphs-algorithms","maze-solver"],"created_at":"2024-11-07T19:16:56.648Z","updated_at":"2025-12-10T19:30:21.134Z","avatar_url":"https://github.com/buarki.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# maze master\n\n\n## Description\nMaze master is a funny app to create mazes and solve them with famous graph algorithms. The list with algorithm available now and soon can be found bellow:\n\n|Algorithm|available|\n|:---:|:--:|\n|BFS (Breadth-First Search)|YES|\n|DFS (Depth-First Search)|YES|\n|Dijkstra|YES|\n|A*|YES|\n\n## Running locally\n\n```sh\nnpm i\nnpm run dev\n```\n\n## Adding a new algorithm\n\nAll contributions are wellcome! In case you want to add a new algorithm just add the implementation at the [path-finders](./src/lib/path-finders/) directory and update the list of [available algorithms](./src//lib/path-finders/index.ts). As long as your implementation respects the inteface **PathFindingAlgorithm** it should be fine. And a concrete example is the [BFS implementation](./src/lib/path-finders/bfs.ts).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuarki%2Fmaze-master","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuarki%2Fmaze-master","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuarki%2Fmaze-master/lists"}