{"id":22402200,"url":"https://github.com/jackkimmins/project-pathfinder","last_synced_at":"2025-07-29T16:07:44.811Z","repository":{"id":144139118,"uuid":"441485556","full_name":"jackkimmins/Project-Pathfinder","owner":"jackkimmins","description":"My simple pathfinding algorithm that navigates between two points and avoids obstacles.","archived":false,"fork":false,"pushed_at":"2021-12-28T09:36:43.000Z","size":176,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T06:15:47.486Z","etag":null,"topics":["astar-algorithm","csharp","pathfinding"],"latest_commit_sha":null,"homepage":"","language":"C#","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/jackkimmins.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-12-24T14:26:52.000Z","updated_at":"2022-07-12T10:15:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"961a43ce-7afd-4855-b1d2-f7cdbac2c985","html_url":"https://github.com/jackkimmins/Project-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/jackkimmins%2FProject-Pathfinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkimmins%2FProject-Pathfinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkimmins%2FProject-Pathfinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkimmins%2FProject-Pathfinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackkimmins","download_url":"https://codeload.github.com/jackkimmins/Project-Pathfinder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245760897,"owners_count":20667893,"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-algorithm","csharp","pathfinding"],"created_at":"2024-12-05T09:12:05.421Z","updated_at":"2025-03-27T00:40:40.018Z","avatar_url":"https://github.com/jackkimmins.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project-Pathfinder\nMy simple pathfinding algorithm that navigates between two points and avoids obstacles.\n\nThis project is nothing serious and I wouldn't suggest using it for anything important. Basically, it randomly generates a terrain grid and disperses several obstacles in the form of the letter 'X'. Then the pathfinder tries to navigate the most optimal path between the randomly set start and end points. On every step, it checks the 8 tiles surrounding its current position. Whatever tile has the lowest cost value and is not an obstacle is the one that it will pick.\n\n## Mark2\n\u003cimg src=\"https://raw.githubusercontent.com/jackkimmins/Project-Pathfinder/master/Screenshots/3.png\"\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/jackkimmins/Project-Pathfinder/master/Screenshots/4.png\"\u003e\n\n## Mark1\n\u003cimg src=\"https://raw.githubusercontent.com/jackkimmins/Project-Pathfinder/master/Screenshots/01.png\"\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/jackkimmins/Project-Pathfinder/master/Screenshots/02.png\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackkimmins%2Fproject-pathfinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackkimmins%2Fproject-pathfinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackkimmins%2Fproject-pathfinder/lists"}