{"id":20742999,"url":"https://github.com/pandh4cker/mapda","last_synced_at":"2026-04-21T12:02:15.152Z","repository":{"id":107313478,"uuid":"420449359","full_name":"PandH4cker/MAPDA","owner":"PandH4cker","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-30T16:54:10.000Z","size":44,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T02:21:58.157Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/PandH4cker.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-10-23T15:25:08.000Z","updated_at":"2021-11-02T18:14:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc5112d5-e957-47cd-9e16-0ae29daac570","html_url":"https://github.com/PandH4cker/MAPDA","commit_stats":null,"previous_names":["pandh4cker/mapda"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandH4cker%2FMAPDA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandH4cker%2FMAPDA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandH4cker%2FMAPDA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PandH4cker%2FMAPDA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PandH4cker","download_url":"https://codeload.github.com/PandH4cker/MAPDA/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243034569,"owners_count":20225371,"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":[],"created_at":"2024-11-17T07:08:45.208Z","updated_at":"2026-04-21T12:02:15.105Z","avatar_url":"https://github.com/PandH4cker.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MAPDA \n\nMAPDA (aka Maze Automatic Path Detection Aiming) is a maze generator and solver.\n\nEach maze cells are unsigned short int (16 bits) \nwhich contain infos about the cell configuration (walls) \nand also utilities infos that help the solver (visited cell, cell in the path, visited above..)\nduring the maze solving part.\n\n## Installation:\n### Windows:\nYou need to install [cmake](https://cmake.org/install/) first to then build the project.\n\n```bash\ngit clone git@github.com:MrrRaph/MAPDA.git\ncmake \ncd ./build\ncmake --build .\n./MAPDA\n```\n\n### Linux:\n```bash\ngit clone git@github.com:MrrRaph/MAPDA.git\nmake\n```\n\n## Usage:\nIn order to generate a maze 20x40:\n```bash\n./MAPDA -r 20 40\n```\n\nOr from a file:\n```bash\n./MAPDA -f filename\n```\n\n![img.png](img.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpandh4cker%2Fmapda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpandh4cker%2Fmapda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpandh4cker%2Fmapda/lists"}