Multiplayer Game

Multiplayer game using js and socket.io

animated

The game was developed with the Chris Courses Online Multiplayer Game Tutorial. The list of features:

  • Connect and disconnect users
  • Create colors on the backend
  • Clientside prediction
  • Server Reconciliation
  • Projectiles
  • Garbage Detection
  • Collision Detection
  • Dynamic Score updates
  • Usernames
  • Restrict players to boundaries

Built With

Installation

  1. Clone the repo
    git clone https://github.com/AzimovS/multiplayer-game/
  2. Install dependencies for a client and start it
    cd multiplayer-game && npm install && node backend.js