{"id":16122207,"url":"https://github.com/atriusx/dungeonkit","last_synced_at":"2025-03-18T11:30:37.972Z","repository":{"id":124691304,"uuid":"216637392","full_name":"AtriusX/DungeonKit","owner":"AtriusX","description":"A Rougelike Dungeon creator written in Kotlin","archived":false,"fork":false,"pushed_at":"2020-07-29T16:43:29.000Z","size":234,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-28T09:15:26.973Z","etag":null,"topics":["browser","dungeon","java","js","jvm","kotlin","multiplatform","native","nodejs","rougelike"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AtriusX.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-10-21T18:25:46.000Z","updated_at":"2023-02-10T21:51:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"d559d30f-c0aa-496c-8950-400c8dab9622","html_url":"https://github.com/AtriusX/DungeonKit","commit_stats":{"total_commits":112,"total_committers":3,"mean_commits":"37.333333333333336","dds":0.125,"last_synced_commit":"25332b95bdea8e7625a845d99c51b71e34bbfa43"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtriusX%2FDungeonKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtriusX%2FDungeonKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtriusX%2FDungeonKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AtriusX%2FDungeonKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AtriusX","download_url":"https://codeload.github.com/AtriusX/DungeonKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243925489,"owners_count":20369906,"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":["browser","dungeon","java","js","jvm","kotlin","multiplatform","native","nodejs","rougelike"],"created_at":"2024-10-09T21:09:59.591Z","updated_at":"2025-03-18T11:30:37.965Z","avatar_url":"https://github.com/AtriusX.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"./res/DungeonKit.png\" alt=\"DungeonKit Logo\"\u003e\u003c/p\u003e\n\nDungeonKit is a multiplatform library written in [Kotlin](https://github.com/jetbrains/kotlin). \nThe purpose of the library is to enable a simple and easy way of creating floors for rougelike\ndungeon generators.\n\n### How it works:\n\nThe generator is built off the back of several different systems. The map is generated using the \n`Generator` API, which is largely usable across all platforms without many extra implementations\nThe map is then fed into the `Renderer` API, which requires more dependency on specific platforms.\nBoth sides of the library are tied together through the use of binding maps.\n\n#### Example code:\nBelow we have a simple implementation that generates a map to the console using the BSP Algorithm \nwith a bit of added padding.\n```kotlin\nDungeonKit.create(dimension = 50.dim, tileMap = SimpleCharTileMap) // Create the base dungeon\n    .steps(BinarySplit, Trim(2)) // Generate a binary split partition map and crop it to fit\n    .render(ConsoleRenderer) // Render our map out to the console window\n```\n\n## Note\nThis project is still in development, and as such things are likely to continue changing for a while.\nContributions are also welcome!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatriusx%2Fdungeonkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatriusx%2Fdungeonkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatriusx%2Fdungeonkit/lists"}