onedayitwillmake / RealtimeMultiplayerNodeJs

Realtime Mutliplayer Game Engine using Node.js / websockets for HTML5 that uses a client-server approach in which the clients send only sampled input to the server
549 stars 112 forks source link

Update core to work with socket.io 0.9.16 #11

Closed brendonjohn closed 10 years ago

brendonjohn commented 10 years ago

Hi Mario,

thanks for the work you've done on RealtimeMultplayerNodeJs.

I've updated the codebase to work with the latest socket.io api. This was particularly useful for a small game project I've been working on.

I've included a package.json and update to the README so that people can get the Demos up and running super quick.

onedayitwillmake commented 10 years ago

Awesome work Brendon!

SimonHFrost commented 10 years ago

Successfully passes smoke test of npm install and running 2D box demo.

onedayitwillmake commented 10 years ago

Again, all credit for updating the library goes to @brendonjohn