{"id":17730782,"url":"https://github.com/kaandesu/deck-crawler","last_synced_at":"2026-02-07T22:34:16.109Z","repository":{"id":250730327,"uuid":"835294802","full_name":"kaandesu/deck-crawler","owner":"kaandesu","description":"A simple dungeon crawler deck-building game 🧙‍♂️🃏 (Go + Raylib)","archived":false,"fork":false,"pushed_at":"2024-08-23T15:30:40.000Z","size":7564,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T09:07:58.521Z","etag":null,"topics":["deck-building","double-dungeons-like","dungeon-crawler","go-lang","hacktoberfest","raylib","roguelike"],"latest_commit_sha":null,"homepage":"","language":"Go","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/kaandesu.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}},"created_at":"2024-07-29T14:41:25.000Z","updated_at":"2025-03-08T12:13:15.000Z","dependencies_parsed_at":"2024-10-26T02:44:57.685Z","dependency_job_id":"634e21dd-9619-4998-b65f-bc4c8c3982bd","html_url":"https://github.com/kaandesu/deck-crawler","commit_stats":null,"previous_names":["kaandesu/deck-crawler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kaandesu/deck-crawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaandesu%2Fdeck-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaandesu%2Fdeck-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaandesu%2Fdeck-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaandesu%2Fdeck-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaandesu","download_url":"https://codeload.github.com/kaandesu/deck-crawler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaandesu%2Fdeck-crawler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29211127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T22:22:11.602Z","status":"ssl_error","status_checked_at":"2026-02-07T22:22:10.684Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deck-building","double-dungeons-like","dungeon-crawler","go-lang","hacktoberfest","raylib","roguelike"],"created_at":"2024-10-25T22:07:51.506Z","updated_at":"2026-02-07T22:34:16.094Z","avatar_url":"https://github.com/kaandesu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Deck Crawler\n\n**Deck Crawler** is a unique blend of deck-building and first-person dungeon crawling. Navigate procedurally generated dungeons using a strategic deck of cards to combat enemies, gather loot, and overcome challenges.\n\n  \u003ca href=\"https://github.com/kaandesu/deck-crawler\"\u003e\n    \u003cimg src=\"public/maze.png\" alt=\"maze\" width=\"200\"\u003e\n  \u003c/a\u003e\n\n🚧 There is no game, just maze generation and movement (see game design below and photos for progress) 🚧\n\nTCP editor server:\n\n- Select an item from the scene\n- Edit position, rotation, scale, hide/show, delete, highlight, focus, etc\n\nTo start the dev editor server use `--server` flag as:\n\n```bash\ngo run . --server\n```\n\nYou any tcp client to interact with the scene, ie:\nOn a different terminal:\n\n1- Using `telnet`: \u003cbr\u003e\n\u003csmall\u003e\n_telnet: a client/server application protocol that provides access to virtual terminals of remote systems on local area networks or the Internet_\n\u003c/small\u003e\n\n```bash\ntelnet 127.0.0.1 3000\n```\n\n2- Using `nc`: \u003cbr\u003e\n\u003csmall\u003e_nc: networking utility for reading from and writing to network connections using TCP or UDP_\u003c/small\u003e\n\n```bash\nnc 127.0.0.1 3000\n```\n\n\u003cdiv align=\"left\"\u003e\n    \u003cimg src=\"public/editor.png\" alt=\"editor\" width=\"400\"\u003e\n\u003c/div\u003e\n\n---\n\n### Game Design\n\nStarting this hobby project to add slowly the game design elements mentioned below, near the each feature you can see their progress as:\u003cbr\u003e\n\n- 🟢 : usable\n- 🟡 : in progress\n- 🔴 : not started\n\n\u003cdiv align=\"left\"\u003e\n\n[![](./public/gp.gif)]()\n\u003ca href=\"https://github.com/kaandesu/deck-crawler\"\u003e\n\u003cimg src=\"public/wip.png\" alt=\"Logo\" width=\"300\"\u003e\n\u003c/a\u003e\n\n\u003c/div\u003e\n\u003cbr\u003e\n\n---\n\n#### Dungeon Exploration 🟡\n\n- **First-Person Perspective:** Explore dungeons from a first-person view with simple navigation controls (move forward, turn left/right, backtrack).\n- **Procedurally Generated Levels:** Each dungeon is randomly generated, ensuring a unique experience with every run.\n- **Rooms and Encounters:** Encounter enemies, traps, treasures, or events in each room of the dungeon.\n\n#### Deck Building 🔴\n\n- **Starter Decks:** Begin with a basic deck featuring actions like attacks, defenses, spells, and utilities.\n- **Card Acquisition:** Acquire new cards from chests, shops, and defeated enemies as you progress.\n- **Deck Customization:** Modify your deck between dungeon runs by adding new cards, removing unwanted ones, and upgrading existing cards.\n\n#### Combat System 🔴\n\n- **Turn-Based Combat:** Engage in turn-based combat where you draw cards from your deck to perform actions.\n- **Energy System:** Manage a limited amount of energy each turn to play cards.\n- **Status Effects:** Apply various status effects such as poison, burn, and freeze for strategic depth.\n\n#### Progression and Difficulty 🔴\n\n- **Dungeon Levels:** Navigate through multiple levels of dungeons with increasing difficulty.\n- **Boss Fights:** Face powerful bosses at the end of each dungeon, requiring strategic use of your deck to defeat.\n- **Meta-Progression:** Earn currency and experience to unlock new cards, abilities, and characters for future runs.\n\n#### UI Design 🟡\n\n- **Simple 3D Visualization:** Minimalistic 3D dungeon environment with a focus on clear UI elements.\n- **Card Interface:** Card interface visible at the bottom of the screen showing hand, deck, and discard pile.\n\n### Art Style and Audio\n\n- **Art Style:** Retro and modern blend with pixel art for cards and simple 3D models for the dungeon.\n- **Audio:** Ambient dungeon sounds with distinct audio cues for events and a dynamic soundtrack that intensifies during combat.\n\n### Contributing\n\nAll contributions are welcome! You can start by creating an issue.\n\n### License\n\n**Deck Crawler** is licensed under the [GNU General Public License v3.0](LICENSE.md).\n\n### Contact\n\nFor questions or feedback, reach out with an issue or a discussion!\n\n---\n\nInspired by [Double Dungeons](https://en.wikipedia.org/wiki/Double_Dungeons)... ❤️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaandesu%2Fdeck-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaandesu%2Fdeck-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaandesu%2Fdeck-crawler/lists"}