Page 1 of 1

Asynchronous combat

Posted: Fri Sep 06, 2013 4:26 pm
by Tim James
It's nice to hear about combat in the second developer diary.
How long would it take to resolve this battle on the iPad?

Well, the attacker had three decisions to make: to press the attack at the start, to advance after combat the first round, and to advance after the second round. So all in all, I would say twenty seconds, with most of that being his decision making and watching the cool animations of combat being resolved.
But the real question is whether any of this can be interrupted, which would really slow down asynchronous games. I assume the attacker will be able to do all these things at once before sending off the turn. Just checking. Bulge was the limit of how much passing back and forth I want to do in iOS async.

Re: Asynchronous combat

Posted: Sat Sep 07, 2013 3:43 pm
by cinc
Exactly the point - the only decisions made during combat are made by the player whose Combat Turn is being resolved, i.e., the attacker. The results of the combat are then posted. On the other player's view of the combat, they watch it being resolved, much as it works in Battle of the Bulge.

Eric

Re: Asynchronous combat

Posted: Sat Jan 10, 2015 11:29 am
by aryshia
So I posted on my Blog my commentary about some of the games features and about The Big Announcement.