GitHub

Crypt Sweeper

Death has discovered a loophole in their contract: no humans means no job - and early retirement! Battle monsters strategically placed across a haunted graveyard, uncover enemy patterns, and and foil Death’s twisted plan to end humanity.

Credits

Crypt Sweeper made by:

Sean Connelly and Casey Dean from Pocket Pulp.

Special Thanks

Daniel Benmergui - Creator of DragonSweeper which inspired this game

L. Beethoven - Moonlight Sonata

Adigun A. Pollack - AAP-64 Palette

Build Instructions

This project used gba-bootstrap as a starting point.

You will need to install the ARM GCC via:

# Mac OSX
brew install gcc-arm-embedded
# Linux
sudo apt install gcc-arm-none-eabi
# Windows
# Download from:
#   https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads

Then, run make:

make

And the ROM will be output to tgt/cryptsweeper.gba.

Read the original on github.com ↗