Skip to content

draftondev/BLOCK-BLAST-DS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Block Blast! DS

An accurate, comprehensive and fun DS port of the hit mobile game Block Blast! by Hungry Studio (includes DSi enhancements).

Building for Nintendo DS (primary)

Requires devkitPro with nds-dev installed:

export DEVKITPRO=/opt/devkitpro
export DEVKITARM=$DEVKITPRO/devkitARM
make

Output: BLOCK-BLAST-DS.nds — copy to your flashcart SD card (R4, etc.).

Controls (hardware)

Button Action
D-Pad Move cursor
L / R Cycle piece in hand
A Place piece

Desktop test build (optional, SDL2)

For quick testing on PC without a flashcart:

make -f Makefile.pc
./build-pc/BLOCK-BLAST-DS

Or with CMake:

cmake -B build-pc -S .
cmake --build build-pc
./build-pc/BLOCK-BLAST-DS-PC

Controls (PC)

Key Action
Arrow keys Move cursor
Q / E Cycle piece
Space Place piece

Project layout

  • src/core/ — portable game logic (board, pieces, line clearing)
  • src/platform/nds/ — libnds rendering and input (.nds build only)
  • src/platform/pc/ — SDL2 desktop test build (not linked into .nds)

About

An accurate, comprehensive and fun port of Block Blast to the NDS/DSI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors