Skip to content

nalpan/DDRCardDraw

 
 

Repository files navigation

DDR Tools

This is web-app that allows random draw of songs from Dance Dance Revolution and other music games with a variety of options for filtering which songs and charts are included. The intended use case is in competitive tournaments or personal training.

The app is officially available at https://ddr.tools/ or as a downloadable zip file from the releases page. The app supports running fully offline, and can load and operate without an internet connection after being loaded once in any modern web browser.

Original app by Jeff Lloyd; ongoing maintenance provided by noahm and FuriousDCSL. Contributions are welcome!

Customizing / Contributing

This app can be easily customized for any format a tournament might use, including adding song data for other games. If you have requests or ideas, you're welcome reach out on Facebook, Twitter, Discord (Cathadan#2431), or wherever else you can find me.

If you want to take a stab at it yourself, you will want to have node.js >= 14.0.0 installed along with yarn and some familarity with React app development.

Clone this repo to your computer. Then the following commands will be useful:

# Before running anything else, do this!
# It's a one-time local install of dependencies needed to build the app.
yarn install

# local development will start, with app running at http://localhost:8080/
# edits to the files in ./src/ will automatically reload the browser
yarn start

# if you make changes to any game/song data in ./src/songs/ this will give
# a basic sanity check on the format and contents of it
yarn validate:json

# build a zipped, standalone copy of the app that runs entirely offline,
# jacket images and all! simply unzip somewhere and open index.html
yarn build:zip

There are some other useful scripts in scripts/ that help in maintaining data integrity and pulling in new song data. Several have top-level aliases so you can conveniently update song data:

# download latest StepManiaX song data and jackets
yarn import:smx

# download latest DDR A20 Plus song data and jackets (when available on RemyWiki)
yarn import:ddr

Ideas for future develoment are now being tracked as issues on this repo. Feel free to jump in if you want to help build out something new!

About

Card draw / randomizer application for use in DDR tournaments.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 48.3%
  • JavaScript 42.7%
  • Python 4.7%
  • CSS 3.5%
  • Other 0.8%