Skip to content

Artezon/DVD-Screen-Multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ DVD Screen Multiplayer ✨

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 :)

Features:

  • Real-time multiplayer
  • Custom nicknames and colors
  • Corner hit count
  • Fullscreen mode
  • Optional haptic feedback
  • Control player size, speed, etc. in config file

Play the game:

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

How to host your own server:

  1. Make sure you have node and npm installed

  2. Set up the environment file
    Rename .env.example to .env. You can edit this file to configure the server’s address and port.

  3. Install dependencies and build the project
    Run the following commands in your project directory:

    npm install
    npm run build
    
  4. Start the server

    npm run start
    

About

Multiplayer DVD logo simulator with player collision, right in your browser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published