{"id":20176753,"url":"https://github.com/keiken-shin/pathfinder","last_synced_at":"2026-05-02T11:44:06.945Z","repository":{"id":130248020,"uuid":"328464561","full_name":"keiken-shin/pathfinder","owner":"keiken-shin","description":"Shortest Pathfinding Algorithm. Adding one at a time","archived":false,"fork":false,"pushed_at":"2023-12-19T15:10:47.000Z","size":565,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T16:26:12.448Z","etag":null,"topics":["sass","shortest-pathfinding-algorithm","typescript","webpack"],"latest_commit_sha":null,"homepage":"https://keiken-shin.github.io/pathfinder/","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/keiken-shin.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":"2021-01-10T19:41:18.000Z","updated_at":"2022-04-27T06:05:01.000Z","dependencies_parsed_at":"2023-12-19T12:07:39.051Z","dependency_job_id":"a88a9975-5410-4d98-a982-8049b4a2997b","html_url":"https://github.com/keiken-shin/pathfinder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keiken-shin%2Fpathfinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keiken-shin%2Fpathfinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keiken-shin%2Fpathfinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keiken-shin%2Fpathfinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keiken-shin","download_url":"https://codeload.github.com/keiken-shin/pathfinder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241612235,"owners_count":19990755,"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":["sass","shortest-pathfinding-algorithm","typescript","webpack"],"created_at":"2024-11-14T02:11:17.988Z","updated_at":"2026-05-02T11:44:01.918Z","avatar_url":"https://github.com/keiken-shin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pathfinder\n\nPathfinding Algorithm Visualizer Tool\n\n## About\n\nThis tool is created to teach myself about \"Path-finding\" algorithms and there implementations in real-world.\n\n| Tech stack | Description                                                                    |\n| :--------- | :----------------------------------------------------------------------------- |\n| Typescript | Javascript superset use to make codebase strongly typed \u0026 easier for debugging |\n| Webpack    | Module bundler                                                                 |\n| SASS       | CSS pre-processor                                                              |\n\n## Algorithm Implemented\n\n-   [x] Depth first Search\n-   [x] Breadth first Search\n-   [ ] Greedy best first Search\n-   [ ] A\\* algorithm\n-   [ ] Dijkstra's algorithm\n-   [ ] Swarm algorithm\n-   [ ] Convergent swarm algorithm\n-   [ ] Bi-directional swarm algorithm\n\n## 🛠️ Local development setup guide\n\n1. Clone the repo\n\n    ```sh\n    git clone https://github.com/keiken-shin/pathfinder.git\n    ```\n\n2. Install dependencies\n\n    ```sh\n    npm i\n    ```\n\n3. Start the development server\n\n    ```sh\n    npm run serve\n    ```\n\n4. Create local build\n\n    ```sh\n    npm run build:dev\n    ```\n\nPS: Inspired project theme by [Celement's Pathfinding Visualizer](https://github.com/clementmihailescu/Pathfinding-Visualizer)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeiken-shin%2Fpathfinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeiken-shin%2Fpathfinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeiken-shin%2Fpathfinder/lists"}