Multiplayer game help required urgently

Hi all,

I am implementing a game which requires turn based multiplayer.

I am not getting the exact things, please help me and tell me what should i do to implement a game in corona and that must be a multiplayer game.

Is it possible to use google play to implement this thing. please share any sample code if available.

I want a lobby system and room systems.

Thanks in advance,

sahil sharma

One thing i forgot is that it must be for android devices.

Hey, @sahil08, you may want to look into Google Play Game Services multiplayer feature:

http://docs.coronalabs.com/daily/plugin/gameNetwork-google/index.html

Sample project is found here:

https://github.com/coronalabs/plugins-sample-gameNetwork-google-gemwars

Naomi

Edit:  GPGS multiplayer is real time, actually.  So it may not work for you…  (But the sample project is a turn-based game that uses GPGS multiplayer feature.)

One thing i forgot is that it must be for android devices.

Hey, @sahil08, you may want to look into Google Play Game Services multiplayer feature:

http://docs.coronalabs.com/daily/plugin/gameNetwork-google/index.html

Sample project is found here:

https://github.com/coronalabs/plugins-sample-gameNetwork-google-gemwars

Naomi

Edit:  GPGS multiplayer is real time, actually.  So it may not work for you…  (But the sample project is a turn-based game that uses GPGS multiplayer feature.)