( this question has been edited to be more clear)
Hi Everyone
Another Newbie question again.
I am developing Escape, the curse of the temple. A multiplayer simultaneous play 10 minute real time race against the clock game.
A timer is needed for certain actions during these 10 minutes
at 3.1 minutes, 6.1 minutes and 9.1 minutes - players are alerted
at 4 minutes and 7 minutes - if players are not in the home chamber, they lose a die.
10 minutes - all lose if everyone has not escaped.
Currently whenever a player takes an action, I have php check the duration since the game start time and only then are players alerted of which phase they are in.
The problem with my method is that players are only alerted of the current game phases after a player takes an actions.
I do not know how to alert them that it is now pass the 4 and 7 minute mark. that is is safe to leave the home tile without a player having to take an action first.
How would you set up a timer for this game?
What would you advice?
Thanks for any input, advice, insight, suggestions!!!!
Hi Everyone
Another Newbie question again.
I am developing Escape, the curse of the temple. A multiplayer simultaneous play 10 minute real time race against the clock game.
A timer is needed for certain actions during these 10 minutes
at 3.1 minutes, 6.1 minutes and 9.1 minutes - players are alerted
at 4 minutes and 7 minutes - if players are not in the home chamber, they lose a die.
10 minutes - all lose if everyone has not escaped.
Currently whenever a player takes an action, I have php check the duration since the game start time and only then are players alerted of which phase they are in.
The problem with my method is that players are only alerted of the current game phases after a player takes an actions.
I do not know how to alert them that it is now pass the 4 and 7 minute mark. that is is safe to leave the home tile without a player having to take an action first.
How would you set up a timer for this game?
What would you advice?
Thanks for any input, advice, insight, suggestions!!!!