Hi,
I'm adapting a 2-player abstract logic game to BGA (Castle of Mind), and it has strict rules around the maximum length of the game.
A default game should provide 15 minutes to each player, without any additional time when they've moved.
I could set
what is the recommended way to set the player time to 15 minutes?
I'm adapting a 2-player abstract logic game to BGA (Castle of Mind), and it has strict rules around the maximum length of the game.
A default game should provide 15 minutes to each player, without any additional time when they've moved.
I could set
Code: Select all
'estimated_duration' => 30,
'fast_additional_time' => 0,
'medium_additional_time' => 0,
'slow_additional_time' => 0,