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 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)
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.
