Bouncing DVD logo simulator, but multiplayer! Play with friends as a DVD logo, collide with others and create chaos in real time :)
- Real-time multiplayer
- Custom nicknames and colors
- Corner hit count
- Chat
- Fullscreen mode
- Optional haptic feedback
corners.mp4
| Play on the main server | https://dvd.up.railway.app/dvd |
| Play with haptic feedback on bounce | https://dvd.up.railway.app/dvd?vibration=true |
| My old pygame project (singleplayer) | https://github.com/Artezon/Bouncing-DVD-Logo-Simulator |
-
Make sure you have
nodeandnpminstalled -
Set up the environment
Rename.env.exampleto.env. You can edit this file to configure the server’s address and port. -
Install dependencies
npm install -
Start the server
npm run prod