Skip to content

Catacombs of the Damned! is a first-person shooter and dungeon crawler for Flipper Zero.

License

Notifications You must be signed in to change notification settings

apfxtech/FlipperCatacombs

Repository files navigation

Catacombs of the Damned!

banner

Catacombs of the Damned! is a first-person shooter / dungeon crawler for the Arduboy miniature game system. Explore 10 floors of a procedurally generated dungeon, destroy monsters with magical fireballs, and collect as much loot as you can.

The game is partially inspired by the classic Catacomb 3D series.

Features

demo

  • Smooth real-time 3D gameplay
  • Sound effects
  • Procedurally generated levels
  • Four different enemy types
  • Plenty of treasures to collect

About the Project

This repository is a fork of the original Arduboy3D project by James Howard.

The main goal of this fork is to port the game from Arduboy to the Flipper Zero handheld device.

Screenshots

screen2 screen3
screen4 screen5
screen6 screen1

Build Instructions

To compile the game, you will need the Flipper Zero firmware source code and the required build toolchain.

1. Clone the Firmware Source Code

Make sure you have enough free disk space, then clone the firmware repository with all submodules:

git clone --recursive https://github.com/flipperdevices/flipperzero-firmware.git

2. Prepare the Build Environment

Build the base firmware using the Flipper Build Tool (fbt) to verify that your environment is set up correctly:

./fbt

3. Install and Build the Game

  1. Copy the game source code directory into the firmware’s user applications folder:
./flipperzero-firmware/applications_user/
  1. Build the application (.fap file) using the following command:
./fbt fap_catacombs && mv build/f7-firmware-D/.extapps/catacombs.fap ./

After a successful build, the resulting application file can be found in the build/ directory. Copy catacombs.fap to your Flipper Zero SD card under:

apps/

Community Discussion (Arduboy)

The development history and original discussion can be found in the Arduboy community forum thread (English).

Original Project

James Howard Arduboy3D

About

Catacombs of the Damned! is a first-person shooter and dungeon crawler for Flipper Zero.

Topics

Resources

License

Stars

Watchers

Forks