Re: [nodejs] Multiplayer game instances.

2012-09-03 Thread Aldis Andrejevs
hi, please read documentation.. Socket.IO and Node.JS.. and you will be good to go ;) On Sun, Sep 2, 2012 at 9:00 PM, tas pas tproto...@gmail.com wrote: Hello, I'm creating a facebook two player checkers game. Till now, I'm handling the communication between each two players per room using

[nodejs] Multiplayer game instances.

2012-09-02 Thread tas pas
Hello, I'm creating a facebook two player checkers game. Till now, I'm handling the communication between each two players per room using socket.io Whenever a player gets into the app, he is imiddiately connected to a room and If there is another player in that room, tha game begins. All