card game with only some active players participating in each round
Posted: 04 September 2020, 16:01
Hello, I am trying to develop a public domain card game very similar to the briscola game: such card game include a phase in which each player (total 5 players) after looking at their hand of 5 cards must decide if they want to participate and play in this round or not. So each should have a boolean decision to be or not be playing in the current round. The players that say yes will have opportunity to discard and draw a number of cards from the pile and then play the game round. At this point the players who said NO will only look at the screen other playing but they will not be active until next round.
In each round there will be a prize (for example 1 point) for the winner among gaming players. The gaming player that does not score any point at all in the game will suffer a penalty equal to the prize.
Such game is point based and time based, is it possible to put a timer and when the time is up there is only one final round to play and then the game is over and the player with most points wins?
Can you please indicate if other games already on BGG have similar behaviour so I can look at their code or can you recommend an easy / efficient way to do this with PHP and/or JS?
Thanks a lot to those who will have the patience to reply to me.
In each round there will be a prize (for example 1 point) for the winner among gaming players. The gaming player that does not score any point at all in the game will suffer a penalty equal to the prize.
Such game is point based and time based, is it possible to put a timer and when the time is up there is only one final round to play and then the game is over and the player with most points wins?
Can you please indicate if other games already on BGG have similar behaviour so I can look at their code or can you recommend an easy / efficient way to do this with PHP and/or JS?
Thanks a lot to those who will have the patience to reply to me.