A port of Doom2D to the Game Boy Advance.
- DevkitARM (Setup Guide)
- Windows: Use DevkitPro Installer.
- macOS/Linux: Install via
devkitpro-pacman.sudo dkp-pacman -S devkitARM
- Verify:
arm-none-eabi-gcc --version
- Python 3 for tools (e.g. build info, asset scripts).
- Butano — included as a git submodule. After clone, run:
git submodule update --init --recursive
make -j$(nproc)- Fork the repository.
- Clone the forked repository (with submodules).
- Create a branch for your feature.
- Test your changes on emulators and hardware.
- Submit a pull request.
- Doom2D — original game by PRIKOL Software.
- Butano by GValiente for the GBA development framework.
Code is licensed under the GNU General Public License v3.0. Original game assets may be under their respective licenses.

