{"id":20145900,"url":"https://github.com/usagi/wonderland.maze","last_synced_at":"2026-05-19T03:39:00.545Z","repository":{"id":18033961,"uuid":"21074264","full_name":"usagi/wonderland.maze","owner":"usagi","description":"C++ header only maze generaters and solvers library.","archived":false,"fork":false,"pushed_at":"2014-06-23T08:58:25.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T11:11:17.637Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/usagi.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}},"created_at":"2014-06-21T17:18:42.000Z","updated_at":"2014-06-23T08:58:25.000Z","dependencies_parsed_at":"2022-09-02T18:53:05.231Z","dependency_job_id":null,"html_url":"https://github.com/usagi/wonderland.maze","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usagi%2Fwonderland.maze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usagi%2Fwonderland.maze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usagi%2Fwonderland.maze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usagi%2Fwonderland.maze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usagi","download_url":"https://codeload.github.com/usagi/wonderland.maze/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241587845,"owners_count":19986628,"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-13T22:18:38.337Z","updated_at":"2026-05-19T03:38:55.509Z","avatar_url":"https://github.com/usagi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"wonderland.maze\n===================\n\nC++ header only maze generaters and solvers library.\n\n## Note\n\nthe project has not tagged release version yet.\n\n## Dependancy\n\nC++ std only\n\n## Example\n\n- [example/example-1.cxx](example/example-1.cxx)\n\n### Building and Usage\n\n- Building\n    1. `git clone git@github.com:usagi/wonderland.maze.git`\n    1. `cd wonderland.maze`\n    1. `mkdir build`\n    1. `cd build`\n    1. `cmake ..` with if you want `-G Ninja`, `-DCMAKE_CXX_COMPILER=em++`, etc.\n    1. `make`, `ninja` or your buid tool.\n- Usage\n    - Generators: `example/generate_drill_2d 55 33 AA BB CC DD EE`\n        - the 1st parameter( 55 ) is width. require odd number.\n        - the 2nd parameter( 33 ) is height. require odd number.\n        - the 3rd parameter( AA ) is block cell showing string.\n        - the 4th parameter( BB ) is road cell showing string.\n        - the 5th parameter( CC ) is unkown cell showing string.\n        - the 6th parameter( DD ) is start cell showing string.\n        - the 7th parameter( EE ) is goal cell showing string.\n        - `example/generate_drill_2d \u003e file.txt` if you want save to a file.\n    - Solvers: `example/solver_dijkstra_2d \u003c file.txt`\n\n## Support compilers\n\n- clang++ \u003e= 3.3.0\n- g++     \u003e= 4.8.2\n- em++    \u003e= 1.20.0\n\n## License\n\n[MIT](LICENSE)\n    \n## Author\n\nUsagi Ito \u003cusagi@WonderRabbitProject.net\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusagi%2Fwonderland.maze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusagi%2Fwonderland.maze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusagi%2Fwonderland.maze/lists"}