The sequence is like that:
Let two players A and B
Init
A creates the game, place his troops, send his orders (turn X) * Send to B
B loads the game, place his troops, send his orders (turn X) * Send to A
a
A loads the game, simulates the turn X, * Send to B
B loads the game, displays the turn X (15 minutes), sends his orders (turn Y)* Send to A
A loads the game, displays the turn X (15 minutes), sends his orders (turn Y) * Send to B
b
B loads the game, simulates the turn Y, * Send to A
A loads the game, displays the turn Y (15 minutes), sends his orders (turn X) * Send to B
B loads the game, displays the turn Y (15 minutes), sends his orders (turn X) * Send to A
Continue to a
Is it clear?
JMM