Skip to content
/ dds Public

a stepmania / ddr clone for the nintendo ds

Notifications You must be signed in to change notification settings

qgerman2/dds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dds - a stepmania / ddr clone for the nintendo ds

this project aims to recreate a game experience with minimal compromises such as not requiring a specific sound file format or specific image dimentions, every song should work drag and drop just like the other games that support them, the only limitations being video backgrounds or lua scripts.

building

you should compile this project with the latest devkitpro release from their website, either use the windows installer or the pacman repository

check out the third-party directory for building the required third-party libraries not offered by devkitpro, which are

  • libmad : MPEG Audio Decoder
  • libogg and libremor: Integer-only Ogg vorbis decoder
  • libjpeg-turbo : jpeg image decoder
  • zlib : data compression, dependency for libpng
  • libpng : png image decoder

with everything set up, make should generate a working .nds file

license

i haven't bothered with figuring out which license to use, i realize that the game currently uses some assets ripped from other games and the fact that the third-party libraries should be compatible with whatever license i choose puts some constraints in my options.

if possible the code for dds should be considered public domain or WTFPL.