Phaser 3 - Real-Time Multiplayer Game with Physics #2

I already publish a nice real-time multiplayer example before, but this is different.

  1. It uses Electron on the server-side to be able to debug the physics.
  2. Geckos.io for fast (unordered and unreliable) messages.
  3. And TypeScript.

The source code is on github.

5 Likes