{"id":47580953,"url":"https://github.com/apfxtech/FlipperCatacombs","last_synced_at":"2026-05-01T17:00:41.864Z","repository":{"id":330040313,"uuid":"1119544041","full_name":"apfxtech/FlipperCatacombs","owner":"apfxtech","description":"Catacombs of the Damned! is a first-person shooter and dungeon crawler for Flipper Zero.","archived":false,"fork":false,"pushed_at":"2026-03-29T08:36:42.000Z","size":5181,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-29T11:23:14.274Z","etag":null,"topics":["flipper","flipper-zero","flipperzero","game"],"latest_commit_sha":null,"homepage":"","language":"C++","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/apfxtech.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-19T12:48:33.000Z","updated_at":"2026-03-04T06:16:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/apfxtech/FlipperCatacombs","commit_stats":null,"previous_names":["apfxtech/flippercatacombs"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/apfxtech/FlipperCatacombs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apfxtech%2FFlipperCatacombs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apfxtech%2FFlipperCatacombs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apfxtech%2FFlipperCatacombs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apfxtech%2FFlipperCatacombs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apfxtech","download_url":"https://codeload.github.com/apfxtech/FlipperCatacombs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apfxtech%2FFlipperCatacombs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32505110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["flipper","flipper-zero","flipperzero","game"],"created_at":"2026-03-31T19:00:24.235Z","updated_at":"2026-05-01T17:00:41.855Z","avatar_url":"https://github.com/apfxtech.png","language":"C++","funding_links":[],"categories":["Games"],"sub_categories":[],"readme":"# Catacombs of the Damned!\n\n![banner](package/banner.png)\n\n**Catacombs of the Damned!** is a first-person shooter / dungeon crawler for the [Arduboy miniature game system](https://www.arduboy.com).\nExplore **10 floors** of a procedurally generated dungeon, destroy monsters with magical fireballs, and collect as much loot as you can.\n\nThe game is partially inspired by the classic **Catacomb 3D** series.\n\n## Features\n\n![demo](package/demo.gif)\n\n* Smooth real-time 3D gameplay\n* Sound effects\n* Procedurally generated levels\n* Four different enemy types\n* Plenty of treasures to collect\n\n## About the Project\n\nThis repository is a **fork** of the original [Arduboy3D](https://github.com/jhhoward/Arduboy3D) project by James Howard.\n\nThe main goal of this fork is to **port the game from Arduboy to the Flipper Zero** handheld device.\n\n## Screenshots\n\n|                                             |                                             |\n| ------------------------------------------- | ------------------------------------------- |\n| ![screen2](package/screenshots/screen2.png) | ![screen3](package/screenshots/screen3.png) |\n| ![screen4](package/screenshots/screen4.png) | ![screen5](package/screenshots/screen5.png) |\n| ![screen6](package/screenshots/screen6.png) | ![screen1](package/screenshots/screen1.png) |\n\n## Build Instructions\n\nTo compile the game, you will need the **Flipper Zero firmware source code** and the required build toolchain.\n\n### 1. Clone the Firmware Source Code\n\nMake sure you have enough free disk space, then clone the firmware repository with all submodules:\n\n```bash\ngit clone --recursive https://github.com/flipperdevices/flipperzero-firmware.git\n```\n\n### 2. Prepare the Build Environment\n\nBuild the base firmware using the **Flipper Build Tool (fbt)** to verify that your environment is set up correctly:\n\n```bash\n./fbt\n```\n\n### 3. Install and Build the Game\n\n1. Copy the game source code directory into the firmware’s user applications folder:\n\n```\n./flipperzero-firmware/applications_user/\n```\n\n2. Build the application (`.fap` file) using the following command:\n\n```bash\n./fbt fap_catacombs \u0026\u0026 mv build/f7-firmware-D/.extapps/catacombs.fap ./\n```\n\nAfter a successful build, the resulting application file can be found in the `build/` directory.\nCopy `catacombs.fap` to your **Flipper Zero SD card** under:\n\n```\napps/\n```\n\n## Community Discussion (Arduboy)\n\nThe development history and original discussion can be found in the Arduboy community [forum thread](https://community.arduboy.com/t/another-fps-style-3d-demo/6565) (English).\n\n## Original Project\n\n**James Howard**\n[Arduboy3D](https://github.com/jhhoward/Arduboy3D)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapfxtech%2FFlipperCatacombs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapfxtech%2FFlipperCatacombs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapfxtech%2FFlipperCatacombs/lists"}