{"id":27472937,"url":"https://github.com/onelitefeathernet/dungeon-python","last_synced_at":"2026-02-18T04:36:41.598Z","repository":{"id":108627009,"uuid":"473773883","full_name":"OneLiteFeatherNET/Dungeon-Python","owner":"OneLiteFeatherNET","description":"Small python program which generates 2D dungeon floors","archived":false,"fork":false,"pushed_at":"2025-07-18T04:14:28.000Z","size":299,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"dev","last_synced_at":"2025-07-30T23:08:17.269Z","etag":null,"topics":["dungeon","dungeon-generator","generation","hacktoberfest","minecraft","minestom","python"],"latest_commit_sha":null,"homepage":"https://discord.onelitefeather.net","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/OneLiteFeatherNET.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,"zenodo":null},"funding":{"github":["OneLiteFeatherNET"]}},"created_at":"2022-03-24T21:07:55.000Z","updated_at":"2025-07-14T11:57:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"96ba1c7b-1266-4aa2-8912-7baf634360cf","html_url":"https://github.com/OneLiteFeatherNET/Dungeon-Python","commit_stats":null,"previous_names":["onelitefeathernet/dungeon-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OneLiteFeatherNET/Dungeon-Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneLiteFeatherNET%2FDungeon-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneLiteFeatherNET%2FDungeon-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneLiteFeatherNET%2FDungeon-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneLiteFeatherNET%2FDungeon-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OneLiteFeatherNET","download_url":"https://codeload.github.com/OneLiteFeatherNET/Dungeon-Python/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneLiteFeatherNET%2FDungeon-Python/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268625009,"owners_count":24280188,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dungeon","dungeon-generator","generation","hacktoberfest","minecraft","minestom","python"],"created_at":"2025-04-16T03:55:32.052Z","updated_at":"2026-02-18T04:36:36.578Z","avatar_url":"https://github.com/OneLiteFeatherNET.png","language":"Python","funding_links":["https://github.com/sponsors/OneLiteFeatherNET"],"categories":[],"sub_categories":[],"readme":"# Python Dungeon Generator\nThis is a simple dungeon generator.\nIt uses a simple algorithm to generate a random dungeon. \nThe algorithm is based of the generator from the game \"The Binding of Isaac\"\nwhich is described in this [article](https://www.boristhebrave.com/2020/09/12/dungeon-generation-in-binding-of-isaac/).\n\n## Usage\nThe dungeon generator can be used with an ui or without.\nThe ui is a simple pygame window which shows the generated dungeon.\nIt also can be used as a rest endpoint.\n\n## Generated Dungeon\nThe dungeon gets generated as a json file.\nThe json file contains the following information:\n- The seed the dungeon was generated with\n- Width and height of the dungeon\n- The floor layout\n  - A list of all rooms\n  - Each room contains the following information\n    - The room id\n    - The room type\n    - x and y position\n    - a list of all door positions\n\n### Room Types\n- 0: Normal Room\n- 1: Dead End\n- 2: Item Room\n- 3: Shop\n- 4: Start Room\n- 5: Teleport Room","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonelitefeathernet%2Fdungeon-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonelitefeathernet%2Fdungeon-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonelitefeathernet%2Fdungeon-python/lists"}