Skip to content

bchean/DDRCardDraw

 
 

Repository files navigation

About this fork

The base project is an app for drawing random songs for Dance Dance Revolution (DDR) tournament matches. Here's what it looked like (at time of forking):

Original DDR app

In this fork, I've adapted the app for a different game: pop'n music. I've also included a number of UI enhancements, such as displaying the banner images for songs, and including translations for songs whose titles are in Japanese. Some of these improvements were ported to the base app!

App updated and adapted for pop'n

The pop'n music app is deployed online at: https://popn.surge.sh .

The fork was developed for the Raj of the Garage tournament in Columbus, Ohio in December of 2018. Here's a photo of the app in use at the tournament:

pop'n app used in tournament

The original README from the base project is below.

DDR Card Draw

App by Jeff Lloyd, ported to react by me for ease of development.

Pre-built, standalone ZIP files are available for download on the releases page

Developing

npm install

# local development
npm start

# double check changes to song list in ./src/songs/ace.json
npm run validate

# output static site to ./dist
npm run build

About

Card draw / randomizer application for use in pop'n music tournaments.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.9%
  • CSS 10.1%