views:

11

answers:

0

Hi all!

I am developing a multi-player game for android. I already have all the mechanical part of the game done and for now, I have to handle the requests between players.

So, imagine the follow situation. The player A choose his opponent and make his move. He only can play x or y. The player B have to receive a notification that the player A wants to play with him and he decide play or not. If plays, have to make his move just like player A, choose x or y. Then the two moves combined generate one score for each player, according with the moves. I don't know how to do this, what I have to do, what its the best thing to do. Any idea? Thanks in advance...

regards