{"id":32789459,"url":"https://github.com/sethcg/maze-generator-solver","last_synced_at":"2026-06-20T23:31:59.522Z","repository":{"id":319531561,"uuid":"1045585020","full_name":"sethcg/maze-generator-solver","owner":"sethcg","description":"Generate a maze using the Wilson's Algorithm, and then use the A* Algorithm to solve the maze.","archived":false,"fork":false,"pushed_at":"2025-10-18T19:02:53.000Z","size":87,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-05T10:12:19.739Z","etag":null,"topics":["algorithms","astar-pathfinding","c-language","cmake","maze-generator-solver","wilsons-algorithm"],"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/sethcg.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-27T12:09:57.000Z","updated_at":"2025-10-18T19:02:56.000Z","dependencies_parsed_at":"2025-10-19T11:37:25.733Z","dependency_job_id":null,"html_url":"https://github.com/sethcg/maze-generator-solver","commit_stats":null,"previous_names":["sethcg/maze-generator-solver"],"tags_count":0,"template":false,"template_full_name":"sethcg/c-vcpkg-sdl3-template","purl":"pkg:github/sethcg/maze-generator-solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethcg%2Fmaze-generator-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethcg%2Fmaze-generator-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethcg%2Fmaze-generator-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethcg%2Fmaze-generator-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sethcg","download_url":"https://codeload.github.com/sethcg/maze-generator-solver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sethcg%2Fmaze-generator-solver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34589204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["algorithms","astar-pathfinding","c-language","cmake","maze-generator-solver","wilsons-algorithm"],"created_at":"2025-11-05T10:01:56.698Z","updated_at":"2026-06-20T23:31:59.513Z","avatar_url":"https://github.com/sethcg.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maze Generator \u0026 Solver\n\n### Description:\n\n\u003cdl\u003e\n    \u003cdd\u003e\n      This is a C/C++ application that implements the \u003ca href=\"https://en.wikipedia.org/wiki/Maze_generation_algorithm#Wilson's_algorithm\"\u003eWilson's Algorithm\u003c/a\u003e to generate a maze, \n      and the \u003ca href=\"https://en.wikipedia.org/wiki/A*_search_algorithm\"\u003eA* Algorithm\u003c/a\u003e to solve the maze. \n      There is also an optional gradient from red to green to visualize which cells were visited during the process of solving.\u003c/dd\u003e\n\u003c/dl\u003e\n\n\n### Preview:\n\n\u003cdetails open\u003e\n  \u003csummary\u003eShow\u003c/summary\u003e\n  \u003cimg width=\"504px\" height=\"504px\" src=\"https://github.com/user-attachments/assets/fcd59b15-6427-43b0-ad1e-75cc7c2aa7df\" alt=\"image\"\u003e\n\n  \u003cbr\u003e\n\u003c/details\u003e\n\n### Tooling:\n- [x] C/C++ Language \n- [x] SDL3\n- [x] ImGUI \n- [x] Vcpkg\n- [x] CMake\n\n---\n### Developer Notes:\n\n```bash\n\n# CONFIGURE\ncmake -S. -Bbuild --preset windows\n\n# BUILD\ncmake --build build\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsethcg%2Fmaze-generator-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsethcg%2Fmaze-generator-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsethcg%2Fmaze-generator-solver/lists"}