An accurate, comprehensive and fun DS port of the hit mobile game Block Blast! by Hungry Studio (includes DSi enhancements).
Requires devkitPro with nds-dev installed:
export DEVKITPRO=/opt/devkitpro
export DEVKITARM=$DEVKITPRO/devkitARM
makeOutput: BLOCK-BLAST-DS.nds — copy to your flashcart SD card (R4, etc.).
| Button | Action |
|---|---|
| D-Pad | Move cursor |
| L / R | Cycle piece in hand |
| A | Place piece |
For quick testing on PC without a flashcart:
make -f Makefile.pc
./build-pc/BLOCK-BLAST-DSOr with CMake:
cmake -B build-pc -S .
cmake --build build-pc
./build-pc/BLOCK-BLAST-DS-PC| Key | Action |
|---|---|
| Arrow keys | Move cursor |
| Q / E | Cycle piece |
| Space | Place piece |
src/core/— portable game logic (board, pieces, line clearing)src/platform/nds/— libnds rendering and input (.ndsbuild only)src/platform/pc/— SDL2 desktop test build (not linked into.nds)