How TurnBased Architecture works

+2 votes
I am having following doubts.Please Explain

1.Does the room destory if the room creator comes out off Application

2.If any player quit from game(due to  internet connection failed) what happens to his turn.

3. Does the turns in the game  will managed by  Appwarp?If so how?

Please suppport me to start Appwarp.
asked Mar 14, 2014 in AppWarp by rkrishna (22 points)

1 Answer

+2 votes

1.Does the room destory if the room creator comes out off Application

No. The dynamic rooms are automatically deleted if they remain empty for more than 60 minutes. It doesn't depend on the client who created the room.

Please take a look at our concepts page which explains the life cycle of rooms

http://appwarp.shephertz.com/game-development-center/basic-concepts/#rooms

2.If any player quit from game(due to  internet connection failed) what happens to his turn.

The turn will be skipped and assigned to the next player. Other players in the room will get onMoveCompleted event with empty/null move data.

3. Does the turns in the game  will managed by  Appwarp?If so how?

Yes, turns are assigned in a fixed way. Its in the order in which the users join the room. So if the players join in the order A, B and C - then turns are also assigned in the same order. You can read further on our turn-based room concepts page

http://appwarp.shephertz.com/game-development-center/realtime-turn-based-gaming

 

answered Mar 14, 2014 by dhruvc (1,099 points)
How i can manage room?
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...