{"id":30882266,"url":"https://github.com/quillraven/quilly-crawler","last_synced_at":"2025-09-08T08:45:05.346Z","repository":{"id":48054187,"uuid":"336620410","full_name":"Quillraven/Quilly-Crawler","owner":"Quillraven","description":"A small Dungeon Crawler game with a round based fighting system written in Kotlin using LibGDX.","archived":false,"fork":false,"pushed_at":"2022-12-30T18:58:44.000Z","size":43912,"stargazers_count":31,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-30T23:43:45.180Z","etag":null,"topics":["dungeon-crawler-game","kotlin","libgdx","libktx"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Quillraven.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":"2021-02-06T19:36:17.000Z","updated_at":"2025-06-20T14:32:38.000Z","dependencies_parsed_at":"2023-01-31T13:46:07.614Z","dependency_job_id":null,"html_url":"https://github.com/Quillraven/Quilly-Crawler","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Quillraven/Quilly-Crawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quillraven%2FQuilly-Crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quillraven%2FQuilly-Crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quillraven%2FQuilly-Crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quillraven%2FQuilly-Crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quillraven","download_url":"https://codeload.github.com/Quillraven/Quilly-Crawler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quillraven%2FQuilly-Crawler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274159529,"owners_count":25232635,"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-09-08T02:00:09.813Z","response_time":121,"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-crawler-game","kotlin","libgdx","libktx"],"created_at":"2025-09-08T08:44:58.269Z","updated_at":"2025-09-08T08:45:05.324Z","avatar_url":"https://github.com/Quillraven.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quilly Crawler\n\n[![Build Master](https://img.shields.io/github/actions/workflow/status/quillraven/quilly-crawler/build.yml?branch=master)](https://github.com/Quillraven/Quilly-Crawler/actions)\n[![Kotlin](https://img.shields.io/badge/Kotlin-1.5.0-red.svg)](http://kotlinlang.org/)\n[![LibGDX](https://img.shields.io/badge/LibGDX-1.10.0-green.svg)](https://github.com/libgdx/libgdx)\n[![LibKTX](https://img.shields.io/badge/LibKTX-1.10.0--b1-blue.svg)](https://github.com/libktx/ktx)\n\n**Quilly Crawler** will become a small dungeon crawler game with a round based fighting system\nusing [Kotlin](https://kotlinlang.org/) and [LibGDX](https://github.com/libgdx/libgdx).\nIt uses other open source libraries like [LibKTX](https://github.com/libktx/ktx),\n[Ashley](https://github.com/libgdx/ashley), [Gdx-AI](https://github.com/libgdx/gdx-ai),\n[Box2D](https://box2d.org/) or [Gdx-Controllers](https://github.com/libgdx/gdx-controllers).\n\nUntil it is finished, I will stream every weekend on [twitch](https://www.twitch.tv/quillraven).\nAlso, a VLog will be uploaded every sunday on my [YouTube](https://www.youtube.com/Quillraven) channel.\nIf you are interested, please feel free to subscribe :)\n\n### Controls\n\nQuilly Crawler supports keyboard and XBox Controller input.\n\n**Keyboard**:\n- Arrow keys for navigation / movement\n- Space for any selection\n- Escape for cancel a selection / menu\n- I to open the inventory\n\n**XBox**\n- Left joystick for movement\n- Analog pad for navigation\n- A for any selection\n- B for cancel a selection / menu\n- Y to open the inventory\n\n### About the game\n\n![image](https://user-images.githubusercontent.com/93260/130333721-7305bdb3-dcec-4513-ae94-4cbb58c0348b.png)\n\nQuilly Crawler is a dungeon crawler game where you play an old man and go deeper and deeper into an endless cave.\nEvery level contains enemies that you can fight, chests that you can loot, a shop to buy and sell items and a reaper\nwho can set you back in the dungeon if it gets too hard.\n\n![image](https://user-images.githubusercontent.com/93260/130333775-e3c2c387-004d-404e-b06d-fcb4b0fa67bc.png)\n\nThe combat is a round based system where every entity is executing a single order per turn. The order is defined\nby the agility of an entity. As a player you can either attack, use an ability or use an item. There are offensive\nabilities like a Firebolt but also defensive abilities like a Heal or Protection ability. In addition some abilities\nwill add a buff like the Protes ability which reduces physical damage by 50% for three turns.\n\n![image](https://user-images.githubusercontent.com/93260/130333803-87f3139b-d600-4664-95a0-625b42be88d2.png)\n\nI have only added a few levels, enemies and items to the game. Feel free to fork this project and add your own content.\nIf you have any questions, don't hesitate to ask and use the [Discussions](https://github.com/Quillraven/Quilly-Crawler/discussions/14)\nfor it.\n\n### Credits\n- Twitch chat for supporting with some questions during development\n  - Special thanks to Lamazitten and Schlauhibi for assisting and helping throughout the entire development!\n- czyzby for his quick support and adjustments in [LibKTX](https://github.com/libktx/ktx)\n- 0x72: [16x16 Dungeon Tileset II](https://0x72.itch.io/dungeontileset-ii)\n- greatdocbrown: [Gamepad Icons](https://greatdocbrown.itch.io/gamepad-ui)\n- Apostrophic Labs: [Immortal Font](https://www.1001freefonts.com/immortal.font)\n- Mounir Tohami: [Pixel Art GUI](https://mounirtohami.itch.io/pixel-art-gui-elements?download)\n- Alex's Assets: [16x16 RPG Icon Pack](https://alexs-assets.itch.io/16x16-rpg-item-pack)\n- Tim Beek: [Royalty Free Music Pack](https://timbeek.itch.io/royalty-free-music-pack)\n- OmegaPixelArt: [Gameboy Sfx Pack #1](https://omegaosg.itch.io/gameboy-sfx-pack)\n- SubspaceAudio: [512 Sound Effects (8-Bit Style)](https://opengameart.org/content/512-sound-effects-8-bit-style)\n- Little Robot Sound Factory: [Fantasy Sound Effects Library](https://opengameart.org/content/fantasy-sound-effects-library)\n- Soluna Software: [Effects](https://opengameart.org/content/explosion-effects-and-more)\n- ppeldo: [2D Pixel Art Game Spellmagic FX](https://ppeldo.itch.io/2d-pixel-art-game-spellmagic-fx)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquillraven%2Fquilly-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquillraven%2Fquilly-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquillraven%2Fquilly-crawler/lists"}