Have you ever stared at a DVD screensaver, waiting for that perfect corner bounce? Well, this is yet another DVD screen simulator, but with a twist! Invite your friends to join, and each of you will have your own logo colliding with other ones, bouncing, and creating chaos in real time :)
- Real-time multiplayer
- Custom nicknames and colors
- Corner hit count
- Fullscreen mode
- Optional haptic feedback
- Control player size, speed, etc. in config file
| Play on the main server | https://artezon.nya.pub/dvd |
| Play with haptic feedback on bounce | https://artezon.nya.pub/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 file
Rename.env.exampleto.env. You can edit this file to configure the server’s address and port. -
Install dependencies and build the project
Run the following commands in your project directory:npm install npm run build -
Start the server
npm run start