Google play game services real-time multiplayer

Hello!

If you want to do create a real-time multiplayer where two people are in the same game room, so how do you make them have different images on their display. So there would be different things happening in their screen and in the end there would be like a summary screen where point players points are compared. Basically like bike race but in real time, So both players would play at the same time.

Thanks in advance.

Take a look at GameSparks: https://www.gamesparks.com/

I am pretty sure they offer the same amount of functionality as Google Play Services.

GPGS uses a peer-to-peer (P2P) system for real-time multiplayer. Here is a tutorial written in AS3 on how to create a simple P2P multiplayer game: https://gamedevelopment.tutsplus.com/tutorials/building-a-peer-to-peer-multiplayer-networked-game–gamedev-10074

Even though this tutorial is not written in Lua it explains the basic concepts well.

Thanks for the mention SDKtester15!

We provide all Google Play Services has to offer and more, with just one exception, we do not handle real money transactions but can help with receipts. 

Riku.kukkonen, You can find all of the gamesparks multiplayer tutorials and documentation here - https://docs.gamesparks.com/tutorials/multiplayer/

You can also check out our Real-Time services - https://docs.gamesparks.com/tutorials/real-time-services/

And our 1-v-1 Corona example here - https://docs.gamesparks.com/tutorials/game-engine-integrations/corona-1v1-asynchronous-match.html

If you have any questions please do not hesitate to get in touch with your support team via - https://support.gamesparks.net/support/home

Cheers,

Clare

Take a look at GameSparks: https://www.gamesparks.com/

I am pretty sure they offer the same amount of functionality as Google Play Services.

GPGS uses a peer-to-peer (P2P) system for real-time multiplayer. Here is a tutorial written in AS3 on how to create a simple P2P multiplayer game: https://gamedevelopment.tutsplus.com/tutorials/building-a-peer-to-peer-multiplayer-networked-game–gamedev-10074

Even though this tutorial is not written in Lua it explains the basic concepts well.

Thanks for the mention SDKtester15!

We provide all Google Play Services has to offer and more, with just one exception, we do not handle real money transactions but can help with receipts. 

Riku.kukkonen, You can find all of the gamesparks multiplayer tutorials and documentation here - https://docs.gamesparks.com/tutorials/multiplayer/

You can also check out our Real-Time services - https://docs.gamesparks.com/tutorials/real-time-services/

And our 1-v-1 Corona example here - https://docs.gamesparks.com/tutorials/game-engine-integrations/corona-1v1-asynchronous-match.html

If you have any questions please do not hesitate to get in touch with your support team via - https://support.gamesparks.net/support/home

Cheers,

Clare