{"id":19430295,"url":"https://github.com/8dcc/maze-generator","last_synced_at":"2026-05-14T18:06:37.474Z","repository":{"id":220180355,"uuid":"750939980","full_name":"8dcc/maze-generator","owner":"8dcc","description":"Generate mazes in PNG format using the depth-first search algorithm","archived":false,"fork":false,"pushed_at":"2024-02-01T20:53:04.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T12:14:31.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/8dcc.png","metadata":{"files":{"readme":"README.org","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}},"created_at":"2024-01-31T16:13:31.000Z","updated_at":"2024-01-31T23:20:26.000Z","dependencies_parsed_at":"2024-01-31T18:48:34.657Z","dependency_job_id":null,"html_url":"https://github.com/8dcc/maze-generator","commit_stats":null,"previous_names":["8dcc/maze-generator"],"tags_count":0,"template":false,"template_full_name":"8dcc/c-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fmaze-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fmaze-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fmaze-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8dcc%2Fmaze-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/8dcc","download_url":"https://codeload.github.com/8dcc/maze-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240612541,"owners_count":19829027,"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-10T14:24:18.274Z","updated_at":"2026-05-14T18:06:37.458Z","avatar_url":"https://github.com/8dcc.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+TITLE: Maze generator\n#+AUTHOR: 8dcc\n#+STARTUP: showeverything\n\nSimple C program for generating mazes of variable size using the depth-first\nsearch algorithm. For more information, see [[https://en.wikipedia.org/wiki/Maze_generation_algorithm][Wikipedia]].\n\n* Building\n\n#+begin_src console\n$ git clone https://github.com/8dcc/maze-generator\n$ cd maze-generator\n$ make\n...\n#+end_src\n\n* Usage\n\nYou can change a lot of macros in the code, like cell size, wall width, colors,\nentrance and exit positions, vertical and horizontal bias, etc.\n\n#+begin_src console\n$ ./maze-generator.out [OUTPUT.png] [WIDTH] [HEIGHT]\nGenerating 65x50 maze...\nWriting 650x500 file...\nDone.\n#+end_src\n\n* Screenshots\n\n[[file:examples/maze1.png]]\n\n[[file:examples/maze2.png]]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8dcc%2Fmaze-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F8dcc%2Fmaze-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8dcc%2Fmaze-generator/lists"}