android - Google Play Games: Send data without taking a turn? -


i allow users have joined match agree on level of game play match on before takes turn. process this:

  • user selects opponents using google play games default ui.

  • once users have joined match, provide them ui allows of them suggest level play on.

  • once user suggests level, other users agree or suggest different one.

  • once users have agreed on level, actual match starts , user takes first turn.

now, in order implement level selection ui, have somehow notify other users when user has made suggestion. api call see can send data taketurn() method call. how can allow client send data other clients @ time without waiting turn?

if can't @ google play games turn based apis, other options should at?

in turn based multiplayer, first player takes first turn before other players access game. easiest way solve problem have each player call taketurn vote on game level (either propose new level or accept proposed level). once level agreed upon, present actual game players , play accordingly.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -