79345952

Date: 2025-01-10 14:07:07
Score: 1
Natty:
Report link

For anyone who is really intrested in building multiplayer games on phaser using matter/arcade physics I can recommend the following server side lib/framework (nodejs) - https://colyseus.io/

As well, they have the tutorial for phaser example - https://colyseus.io/learn/phaser/

In that case all important calculations (like player movement etc) should be done on SERVER SIDE on each tick and the client side should visualize the updates.

Seriously, colyseus saved me a lot of hours and it's pretty simple!

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: ihormillion