{"id":19633863,"url":"https://github.com/c0de4un/pathfinder_2d","last_synced_at":"2026-06-14T15:38:48.380Z","repository":{"id":144492294,"uuid":"174776150","full_name":"c0de4un/pathfinder_2d","owner":"c0de4un","description":"Pathfinding 2D AI example. Based on A* (BFS, Wave, Width) algorithm.","archived":false,"fork":false,"pushed_at":"2020-01-03T17:55:18.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-09T16:04:05.546Z","etag":null,"topics":["pathfinding","pathfinding-algorithm","pathfinding-library","wave-algorithm"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/c0de4un.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-03-10T04:07:09.000Z","updated_at":"2020-01-03T17:55:20.000Z","dependencies_parsed_at":"2023-07-24T07:15:27.323Z","dependency_job_id":null,"html_url":"https://github.com/c0de4un/pathfinder_2d","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/c0de4un%2Fpathfinder_2d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0de4un%2Fpathfinder_2d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0de4un%2Fpathfinder_2d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0de4un%2Fpathfinder_2d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c0de4un","download_url":"https://codeload.github.com/c0de4un/pathfinder_2d/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240936480,"owners_count":19881332,"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":["pathfinding","pathfinding-algorithm","pathfinding-library","wave-algorithm"],"created_at":"2024-11-11T12:18:49.859Z","updated_at":"2026-06-14T15:38:48.335Z","avatar_url":"https://github.com/c0de4un.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pathfinder_2d\nPathfinding 2D AI example. Based on Lee-Wave algorithm (A*, BFS, Width).\n\n# How-To\n1) Data loaded from file.\n2) Map printed to the console-output as chars ;\n3) path finding ;\n4) if path not found, message printed, if it is founded, map with route printed. Each step of the route\nhave its own number (step-index). Available option is to find route with longest length ;\n\n# Requirements\nOnly C++ 11 with a few includes.\nMap data stored in file, where also start \u0026 finish are set.\n\n# Tools\nMade with VSCode C++.\n\n# Changes\n[1.0]\n - wave-search using C++ vector ;\n\n[1.1]\n - wave-search using C++ stack ;\n - OOP, Factory ;\n - search options (Shortes/Longest, Diagonal) ;\n - Colorizing console-output on Windows ;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc0de4un%2Fpathfinder_2d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc0de4un%2Fpathfinder_2d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc0de4un%2Fpathfinder_2d/lists"}