arjanfrans / realtime-multiplayer-in-html5

:computer::earth_africa::computer: Realtime multiplayer game in the browser.
MIT License
22 stars 10 forks source link

Make it compatible with Phaser.io #5

Open jgamedev opened 8 years ago

jgamedev commented 8 years ago

Phaser.io is a popular library to allow for fast creation of web games but it lacks a network layer. Phaser provides extension points where you can run custom code, basically if you object has an update function it will call that for as a part of it's update lifecycle.

For complex games, being able to leverage Phaser would be a great addition because it would save the developer from having to implement custom functionality such as tilemaps, animated sprites, particles and countless other common features that you get out of the box by just using Phaser.