geckosio / phaser3-multiplayer-game-example

Phaser 3 multiplayer game example using geckos.io
MIT License
131 stars 31 forks source link

Port Phaser 3 with multiplayer physics to geckos.io #4

Closed bhgsbatista closed 4 years ago

bhgsbatista commented 4 years ago

I think this is a better starting point than the web socket demo, but that demo is a better comprehensive test, better suited to help developers to see side by side the difference WebRTC makes for games.

Here's what I like about both repos (hopefully you can combine the best of both worlds):

Pros for this repo (https://github.com/geckosio/phaser3-multiplayer-game-example):

Pros for other repo (https://github.com/yandeu/phaser3-multiplayer-with-physics):

Please consider porting the physics demo into this repo and retain Parcel + WebRTC, thanks in advance!

yandeu commented 4 years ago

Closing due to inactivity.

hungpqz commented 3 years ago

I also wish you guys port multiplayer-with-physics using geckos.io, that's will be great example for newbie like me