
Speed Dance Revolution
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
'Speed Dance Revolution' is a singleplayer web game based on the popular game 'Dance Dance Revolution'.
But there's a catch: Every 10 seconds the song gets faster - try your best to keep up!
Play on itch.io: https://mrnomm.itch.io/speed-dance-revolution**
Note: The game on mobile might have some problems.
Mobile - open the options menu and enable the touch pad.
1. Install git (see https://git-scm.com/downloads)
2. Install node.js (see https://nodejs.org/)
3. Install pnpm:
npm install -g pnpm
4. Run the following in a terminal or command prompt:
git clone https://github.com/HelloUnicorns/speed-dance-revolution.git
cd speed-dance-revolution
pnpm install
pnpm run start
The server will start on port 8000 unless a PORT environment variable is specified.
Play at http://localhost:8000/
Have fun!
But there's a catch: Every 10 seconds the song gets faster - try your best to keep up!
Play on itch.io: https://mrnomm.itch.io/speed-dance-revolution**
Note: The game on mobile might have some problems.
Game Controls
Desktop - you can use your arrow keys.Mobile - open the options menu and enable the touch pad.
Build and run locally
The game was tested on Windows & Linux.1. Install git (see https://git-scm.com/downloads)
2. Install node.js (see https://nodejs.org/)
3. Install pnpm:
npm install -g pnpm
4. Run the following in a terminal or command prompt:
git clone https://github.com/HelloUnicorns/speed-dance-revolution.git
cd speed-dance-revolution
pnpm install
pnpm run start
The server will start on port 8000 unless a PORT environment variable is specified.
Play at http://localhost:8000/
Have fun!