/OpenRun10s-DS

A homebrew recreation of the DSiWare title, "10 Second Run"

Primary LanguageCMIT LicenseMIT


A work-in-progress open-source homebrew recreation of the DSiWare title, "10 Second Run".

It can be played on all DS family consoles.

Compiling

Setting up

Compiling this app requires devkitPro's devkitARM, libnds, grit, and mmutil. These can be installed using devkitPro pacman with the following command:

sudo dkp-pacman -S nds-dev

(Note: Command will vary by OS, sudo may not be needed and it may be just pacman instead)

Building

Once you have devkitPro's toolchains installed you can build the source code by simply running make in the root of the repository.

Once it finishes building, the output .nds file will be in the root of the repository.

Credits

  • chyyran: Stremable sound playback code
  • devkitPro: devkitARM, libnds, and libfat