phaserjs / phaser

Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
https://phaser.io
MIT License
37.15k stars 7.1k forks source link

Recommended Physics For Multiplayer #6117

Closed codergautam closed 2 years ago

codergautam commented 2 years ago

Hello, I've recently began using Phaser and I gotta say, it's amazing

I'm planning for my next project, which is going to be multiplayer.

I've been reading the documentation and lots of threads about the best way to implement this. I've quickly ruled out using Headless mode, because it's clearly not meant for multiplayer games.

I looked into Matterjs, which also doesn't seem like a good fit for multiplayer games. What's the best way to make a multiplayer game, without making my own makeshift Physics engine.

Thanks in advance

codergautam commented 2 years ago

I think this is the wrong place to ask this, I've created a discurse thread instead: https://phaser.discourse.group/t/recommended-multiplayer-physics/11718