{"id":13547592,"url":"https://github.com/hamed-rezaee/flutter_maze_generator","last_synced_at":"2025-09-09T02:33:00.183Z","repository":{"id":196008059,"uuid":"683665294","full_name":"hamed-rezaee/flutter_maze_generator","owner":"hamed-rezaee","description":"A maze generator written in Dart and Flutter.","archived":false,"fork":false,"pushed_at":"2024-06-16T19:37:38.000Z","size":665,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-03T16:37:12.512Z","etag":null,"topics":["a-star-algorithm","custom-painter","dart-language","dfs-algorithm","flutter","maze-generator"],"latest_commit_sha":null,"homepage":"","language":"C++","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/hamed-rezaee.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":"2023-08-27T10:08:00.000Z","updated_at":"2024-10-13T18:44:30.000Z","dependencies_parsed_at":"2023-09-21T01:15:20.901Z","dependency_job_id":"3cecb6c7-556b-4d6c-9f58-bfa5ce92aaec","html_url":"https://github.com/hamed-rezaee/flutter_maze_generator","commit_stats":null,"previous_names":["hamed-deriv/flutter_maze_generator","hamed-rezaee/flutter_maze_generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamed-rezaee%2Fflutter_maze_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamed-rezaee%2Fflutter_maze_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamed-rezaee%2Fflutter_maze_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamed-rezaee%2Fflutter_maze_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hamed-rezaee","download_url":"https://codeload.github.com/hamed-rezaee/flutter_maze_generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232384130,"owners_count":18515077,"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":["a-star-algorithm","custom-painter","dart-language","dfs-algorithm","flutter","maze-generator"],"created_at":"2024-08-01T12:00:58.473Z","updated_at":"2025-01-03T19:27:27.402Z","avatar_url":"https://github.com/hamed-rezaee.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# Flutter Maze Generator\n\nA Flutter application to generate and visualize mazes. This project provides a maze generator that creates mazes using the depth-first search algorithm and a maze drawer to render the generated maze.\n\nAfter generating the maze, a path is found using the A* search algorithm, and the path is displayed on the screen by animating the path cells.\n\n![Maze Generator](flutter_maze_generator.gif)\n\n## Getting Started\n\n### Prerequisites\n\nFlutter: Make sure you have Flutter installed.\n\n### Installing\n\n1. Clone the repository:\n\n```dart\ngit clone https://github.com/hamed-rezaee/flutter_maze_generator.git\n```\n\n2. Navigate to the project directory:\n\n```dart\ncd flutter-maze-generator\n```\n\n3. Run the app:\n\n```dart\nflutter run\n```\n\n## Usage\n\nThis Flutter app generates and displays a maze on the screen. The maze is generated using a depth-first search algorithm, and you can customize the maze's size by changing the `size` and `cellWidth` constants in the `main.dart` file.\n\n```dart\nconst Size size = Size(300, 300);\nconst double cellWidth = 10;\n```\n\nThe `size` constant defines the size of the maze canvas, and the `cellWidth` constant determines the width of each maze cell.\n\n## Acknowledgments\n\nThis project is inspired by Coding Train's [Maze Generator](https://youtu.be/HyK_Q5rrcr4) by Daniel Shiffman.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request. If you find a bug or want to suggest a new feature, please open an issue.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamed-rezaee%2Fflutter_maze_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamed-rezaee%2Fflutter_maze_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamed-rezaee%2Fflutter_maze_generator/lists"}