{"id":20514570,"url":"https://github.com/lnvaldez/maze-solver","last_synced_at":"2025-12-04T16:06:41.385Z","repository":{"id":244302289,"uuid":"814805253","full_name":"lnvaldez/maze-solver","owner":"lnvaldez","description":"Generates a random maze and solves it using recursive backtracking. The maze generation utilizes Depth-First Search (DFS) to carve out passages and create a unique maze layout for each run.","archived":false,"fork":false,"pushed_at":"2024-07-01T15:50:23.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T09:44:15.928Z","etag":null,"topics":["backtracking","backtracking-algorithm","cpp","maze","maze-algorithms","maze-generator","maze-solver","mazes","mazesolver","random","random-generation","recursive"],"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/lnvaldez.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":"2024-06-13T18:36:25.000Z","updated_at":"2024-07-18T23:25:05.000Z","dependencies_parsed_at":"2025-01-16T09:29:22.641Z","dependency_job_id":"7b7a6f1e-5711-438e-aa21-5ddc667a46ae","html_url":"https://github.com/lnvaldez/maze-solver","commit_stats":null,"previous_names":["lnvaldez/maze-solver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnvaldez%2Fmaze-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnvaldez%2Fmaze-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnvaldez%2Fmaze-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnvaldez%2Fmaze-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lnvaldez","download_url":"https://codeload.github.com/lnvaldez/maze-solver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242117717,"owners_count":20074438,"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":["backtracking","backtracking-algorithm","cpp","maze","maze-algorithms","maze-generator","maze-solver","mazes","mazesolver","random","random-generation","recursive"],"created_at":"2024-11-15T21:17:08.297Z","updated_at":"2025-12-04T16:06:36.307Z","avatar_url":"https://github.com/lnvaldez.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 Maze Solver\n\nThis project generates a random maze and solves it using recursive backtracking. The maze generation utilizes Depth-First Search (DFS) to carve out passages and create unique maze layouts for each run.\n\n## ✏️ Features\n\n- Uses DFS to generate a maze\n- Random path carving to enhance maze complexity\n- Maze generation visualization\n- Recursive bactracking to solve the maze\n- Interactive play mode\n\n## 🧑🏽‍💻 How to Run\n\n### Prerequisites\n\n- Make sure you have a C++ compiler installed, like g++.\n- The code is designed to run on Unix-like systems (Linux or macOS) due to the use of ANSI escape codes for terminal control. Windows might require a terminal that supports ANSI codes.\n\n### Compile and Run\n\n```bash\n$ git clone git@github.com:lnvaldez/maze-solver.git\n$ cd maze-solver\n$ g++ maze.cpp -o out\n$ ./out\n```\n\n\u003ch1 id=\"contributing\" align=\"center\"\u003e🤝 Contributing 🤝\u003c/h1\u003e\n\n- Feel free to [Fork](https://github.com/lnvaldez/maze-solver/fork) this repository, create a feature branch and submit a pull request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnvaldez%2Fmaze-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flnvaldez%2Fmaze-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnvaldez%2Fmaze-solver/lists"}