Jump to content

Arcade physics on server


kasuparu
 Share

Recommended Posts

Hello,

 

I am learning Phaser while doing a small multiplayer game using, of course, Phaser, and Node.js with Socket IO for the server-side.

 

Now I am at the point that data updates are correctly distributed for the players but I need to run "master" physics on server and only do interpolations on clients.

 

I came across the nice manual for running P2 physics on server (https://github.com/brendonjohn/cljs-om-physics/tree/master/bower_components/p2js), but I do not need such complex physics.

 

Is there a way to run Arcade physics server-side?

Link to comment
Share on other sites

  • 4 months later...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...