{"id":21464294,"url":"https://github.com/marcpinet/maze-generator-and-solver","last_synced_at":"2026-02-16T07:03:17.610Z","repository":{"id":112502910,"uuid":"465226921","full_name":"marcpinet/maze-generator-and-solver","owner":"marcpinet","description":"🌽 A simple maze generator and solver written in Python with Pygame. You can visualize many algorithms and see how they work.","archived":false,"fork":false,"pushed_at":"2025-02-01T18:54:32.000Z","size":71,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T01:06:04.064Z","etag":null,"topics":["algorithms","maze","maze-generator","maze-solver","pathfinding","pygame","python"],"latest_commit_sha":null,"homepage":"https://marcpinet.me","language":"Python","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/marcpinet.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":"2022-03-02T08:52:54.000Z","updated_at":"2025-02-01T18:54:35.000Z","dependencies_parsed_at":"2023-03-17T13:01:01.660Z","dependency_job_id":null,"html_url":"https://github.com/marcpinet/maze-generator-and-solver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcpinet/maze-generator-and-solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcpinet%2Fmaze-generator-and-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcpinet%2Fmaze-generator-and-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcpinet%2Fmaze-generator-and-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcpinet%2Fmaze-generator-and-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcpinet","download_url":"https://codeload.github.com/marcpinet/maze-generator-and-solver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcpinet%2Fmaze-generator-and-solver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29502929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T05:57:17.024Z","status":"ssl_error","status_checked_at":"2026-02-16T05:56:49.929Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","maze","maze-generator","maze-solver","pathfinding","pygame","python"],"created_at":"2024-11-23T07:31:13.172Z","updated_at":"2026-02-16T07:03:17.597Z","avatar_url":"https://github.com/marcpinet.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Maze Generator And Solver\n\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity) [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![Windows](https://svgshare.com/i/ZhY.svg)](https://svgshare.com/i/ZhY.svg) [![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/Naereen/ama)\n\nA simple maze generator and solver written in Python with Pygame where you can visualize many algorithms and see how they actually work.\n\nYou can adjust the speed using \u003ckbd\u003e→\u003c/kbd\u003e or \u003ckbd\u003e←\u003c/kbd\u003e and shuffle the array at the end of the sorting to restart the algorithm by pressing \u003ckbd\u003eSPACE\u003c/kbd\u003e. Finally, press \u003ckbd\u003eESC\u003c/kbd\u003e to exit.\n\nI will add more algorithm when I have time.\n\n## How to use\n\nJust launch the `main.py`, choose your algorithms and start the algorithms using \u003ckbd\u003eSPACE\u003c/kbd\u003e.\n\n## Known issues\n\n\u003cul\u003e\n    \u003cli\u003eNothing yet!\u003c/li\u003e\n\u003c/ul\u003e\n\n## Demo\n\nhttps://user-images.githubusercontent.com/52708150/156903512-38ebd385-285c-464c-b69d-1fc0079b1340.mp4\n\nhttps://user-images.githubusercontent.com/52708150/156903514-40d80faa-2147-43e2-919e-34e096a4e033.mp4\n\nhttps://user-images.githubusercontent.com/52708150/156903579-dfd3e9c6-e71b-4560-acb2-a4e9c9684936.mp4\n\n## Support 👨‍💻\n\nAny problems with running the script and any questions please create a new issue [here](https://github.com/marcpinet/maze-generator-and-solver/issues/new?assignees=\u0026labels=\u0026template=bug_report.md\u0026title=).\n\nYou can also contribute to this project by requesting new features [here](https://github.com/marcpinet/maze-generator-and-solver/new?assignees=\u0026labels=\u0026template=feature_request.md\u0026title=).\n\nI never ask for money for my open source projects. However, you can still tip me if you want.\nI am a [Brave Verified Creator](https://i.imgur.com/fOUfdM5.png)!\n\n## Prerequisites\n\n* Python 3.7.0+\n\nGet a copy of the Project. Assuming you have git installed, open your Terminal and enter:\n\n```bash\ngit clone 'https://github.com/marcpinet/maze-generator-and-solver.git'\n```\n\nTo install all needed requirements run the following command in the project directory:\n\n```bash\npip install -r requirements.txt\n```\n\n## Running 🏃\n\nAfter that you can proceed to start the program by running `main.py`.\n\n## TO-DO List\n\n\u003cul\u003e\n    \u003cli\u003eMake a graphical menu instead of a console menu\u003c/li\u003e\n    \u003cli\u003eMake the program more modular (still encountering issues with circular imports cuz my conception sucks)\u003c/li\u003e\n    \u003cli\u003eAdd more algorithms\u003c/li\u003e\n    \u003cli\u003eAdd a sandbox where you can draw your own maze and put your own start and goal points\u003c/li\u003e\n\u003c/ul\u003e\n\n## Authors\n\n* **Marc Pinet** - *Initial work* - [marcpinet](https://github.com/marcpinet)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments\n\n* Hat tip to anyone whose code was used.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcpinet%2Fmaze-generator-and-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcpinet%2Fmaze-generator-and-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcpinet%2Fmaze-generator-and-solver/lists"}